greybus: gpio: remove incorrect todo comments
authorJohan Hovold <johan@hovoldconsulting.com>
Thu, 19 Mar 2015 15:51:10 +0000 (16:51 +0100)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 19 Mar 2015 16:29:40 +0000 (17:29 +0100)
commit56c2da1873d68b96458064a306e5bb4c50ccdb5d
tree87d3f7e0447a16b2e89376cb03b7307c1174003c
parentc2a66106867343b5c5f017ccc724ba1c1aa9b540
greybus: gpio: remove incorrect todo comments

The module reference count is incremented by gpiolib when a gpio is
requested, and the driver callbacks certainly do sleep.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/gpio.c