usb: storage: scsiglue: Remove SPRINTF macro use
authorJoe Perches <joe@perches.com>
Sun, 19 Apr 2015 02:59:48 +0000 (19:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 May 2015 23:43:43 +0000 (01:43 +0200)
commit7d203a9e11fa179306a9f49ad06eb3dd1b9d8614
tree3b4af93d469e6dc1d1648cbdbd1f06f87c06df9c
parent3091fa77ffb1b91f4ac3ae005efe6213508f7ec1
usb: storage: scsiglue: Remove SPRINTF macro use

Single transform macros with hidden arguments are not
particularly useful.  Just use seq_printf directly instead.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/scsiglue.c