projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
905eccc
)
usb: typec: hd3ss3220_irq() can be static
author
kbuild test robot
<lkp@intel.com>
Sat, 5 Oct 2019 21:57:27 +0000
(
05:57
+0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 6 Oct 2019 09:49:19 +0000
(11:49 +0200)
Fixes:
1c48c759ef4b
("usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controller")
Signed-off-by: kbuild test robot <lkp@intel.com>
Link:
https://lore.kernel.org/r/20191005215727.qfypxoswkiyu45ak@332d0cec05f4
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/hd3ss3220.c
patch
|
blob
|
history
diff --git
a/drivers/usb/typec/hd3ss3220.c
b/drivers/usb/typec/hd3ss3220.c
index
b8f247e
..
1900910
100644
(file)
--- a/
drivers/usb/typec/hd3ss3220.c
+++ b/
drivers/usb/typec/hd3ss3220.c
@@
-120,7
+120,7
@@
static void hd3ss3220_set_role(struct hd3ss3220 *hd3ss3220)
}
}
-irqreturn_t hd3ss3220_irq(struct hd3ss3220 *hd3ss3220)
+
static
irqreturn_t hd3ss3220_irq(struct hd3ss3220 *hd3ss3220)
{
int err;