Skip to content
Commit 13c06ef7 authored by Dave Stevenson's avatar Dave Stevenson Committed by popcornmix
Browse files

i2c: brcmstb: The interrupt line is optional, so use platform_get_irq_optional



If there is no interrupt defined then an error is logged due
to the use of platform_get_irq. The driver handles not having
the interrupt by falling back to polling, therefore make
the appropriate call when claiming it.

Signed-off-by: default avatarDave Stevenson <dave.stevenson@raspberrypi.com>
parent abd9d4eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment