projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52721d9
)
usb: fix coding style issue
author
Kris Borer
<kborer@gmail.com>
Tue, 16 Jun 2015 17:24:53 +0000
(13:24 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 22 Jul 2015 21:55:21 +0000
(14:55 -0700)
Fixed coding style issue: newline after declaration
Signed-off-by: Kris Borer <kborer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/driver.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/core/driver.c
b/drivers/usb/core/driver.c
index 818369afff63f3a6bc53059fc107937f0d6c0b42..6b5063e7943fac720a266478d79b04a352d51e41 100644
(file)
--- a/
drivers/usb/core/driver.c
+++ b/
drivers/usb/core/driver.c
@@
-160,6
+160,7
@@
static ssize_t remove_id_store(struct device_driver *driver, const char *buf,
spin_lock(&usb_driver->dynids.lock);
list_for_each_entry_safe(dynid, n, &usb_driver->dynids.list, node) {
struct usb_device_id *id = &dynid->id;
+
if ((id->idVendor == idVendor) &&
(id->idProduct == idProduct)) {
list_del(&dynid->node);