usb: class: Use USB_CLASS_PRINTER instead of number 7
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 22 Jun 2015 13:50:22 +0000 (15:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2015 21:55:21 +0000 (14:55 -0700)
Kernel provides very nice defines for USB device class
so it's a good idea to use them in suitable places.
It is much easier to grep for such define instead of 7.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/usblp.c

Simple merge