USB: fix unsafe USB_SS_MAX_STREAMS() definition
authorDmitry Torokhov <dtor@vmware.com>
Wed, 23 Feb 2011 22:38:20 +0000 (14:38 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Feb 2011 19:40:01 +0000 (11:40 -0800)
commitc9642374d0e969e8c17f4f31cd1a2bd111634227
tree50df5c053d7eb31139c18fd90ab146958c06e84d
parent969e3033ae7733a0af8f7742ca74cd16c0857e71
USB: fix unsafe USB_SS_MAX_STREAMS() definition

Macro arguments used in expressions need to be enclosed in parenthesis
to avoid unpleasant surprises.

Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb/ch9.h