projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6889b3
)
usb: devio: Fixed macro parenthesis error
author
Tülin İzer
<tulinizer@gmail.com>
Fri, 17 May 2013 07:13:24 +0000
(10:13 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 17 May 2013 17:05:57 +0000
(10:05 -0700)
This patch fixes error 'Macros with complex values should be enclosed in
parenthesis' in USB/devio.c
Signed-off-by: Tülin İzer <tulinizer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/devio.c
patch
|
blob
|
history
diff --git
a/drivers/usb/core/devio.c
b/drivers/usb/core/devio.c
index 9374937f13c0569665067ae9161ee98c851eff2c..009bc3f2fde437415123f607c057a6f422f31eb7 100644
(file)
--- a/
drivers/usb/core/devio.c
+++ b/
drivers/usb/core/devio.c
@@
-56,7
+56,7
@@
#include "usb.h"
#define USB_MAXBUS 64
-#define USB_DEVICE_MAX
USB_MAXBUS * 128
+#define USB_DEVICE_MAX
(USB_MAXBUS * 128)
#define USB_SG_SIZE 16384 /* split-size for large txs */
/* Mutual exclusion for removal, open, and release */