aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/renesas_usbhs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h
index 565bca3aa44..66bbdd12d15 100644
--- a/include/linux/usb/renesas_usbhs.h
+++ b/include/linux/usb/renesas_usbhs.h
@@ -143,7 +143,7 @@ struct renesas_usbhs_platform_info {
143 ({ \ 143 ({ \
144 struct renesas_usbhs_driver_callback *dc; \ 144 struct renesas_usbhs_driver_callback *dc; \
145 dc = &(renesas_usbhs_get_info(pdev)->driver_callback); \ 145 dc = &(renesas_usbhs_get_info(pdev)->driver_callback); \
146 if (dc) \ 146 if (dc && dc->notify_hotplug) \
147 dc->notify_hotplug(pdev); \ 147 dc->notify_hotplug(pdev); \
148 }) 148 })
149#endif /* RENESAS_USB_H */ 149#endif /* RENESAS_USB_H */