diff options
author | Hans de Goede <[email protected]> | 2019-10-05 23:04:47 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-10-07 12:52:44 +0200 |
commit | f1da567f1dc1b55d178b8f2d0cfe8353858aac19 (patch) | |
tree | 755f6e8ae6dc1264b6f3ef679a19fb8fa704d23b /drivers/usb/cdns3/cdns3-debug.h | |
parent | e2fbe600433c5f4876ec9f0d9e91d8b0b37a6e87 (diff) |
driver core: platform: Add platform_get_irq_byname_optional()
Some drivers (e.g dwc3) first try to get an IRQ byname and then fall
back to the one at index 0. In this case we do not want the error(s)
printed by platform_get_irq_byname(). This commit adds a new
platform_get_irq_byname_optional(), which does not print errors, for this.
While at it also improve the kdoc text for platform_get_irq_byname() a bit.
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=205037
Signed-off-by: Hans de Goede <[email protected]>
Reviewed-by: Rafael J. Wysocki <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions