drivers: misc: ti-st: fix debugfs creation error handling
authorGigi Joseph <gigi.joseph@gmail.com>
Fri, 9 Jan 2015 03:47:51 +0000 (03:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:11 +0000 (05:04 -0800)
commitc6ec0fb4006d1d8110b3166f2cc2b04b8002d210
treebaeacd1cdf9f07b650ed98fa33e6f6113d59cb8e
parent4b4aa3ab982e1e6f22a3df12a368803576b73ccf
drivers: misc: ti-st: fix debugfs creation error handling

In case the debugfs creation fails the whole init process was failing.
There is no need to do this as the shared transport can work without it.
Fix it so it just reports the failure and continue.

Signed-off-by: Eyal Reizer <eyalr@ti.com>
Signed-off-by: Gigi Joseph <gigi.joseph@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ti-st/st_kim.c