[media] smiapp: Return correct return value in smiapp_registered()
authorSakari Ailus <sakari.ailus@iki.fi>
Sun, 4 May 2014 00:31:57 +0000 (21:31 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 23 May 2014 14:41:28 +0000 (11:41 -0300)
Prepare for supporting systems using the Device tree. Should the resources
not be available at the time of driver probe(), the EPROBE_DEFER error code
must be also returned from its probe function.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

No differences found