diff options
Diffstat (limited to 'drivers/video/mxc/ldb.c')
-rw-r--r-- | drivers/video/mxc/ldb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mxc/ldb.c b/drivers/video/mxc/ldb.c index e5cb38212adc..fe58146df3cb 100644 --- a/drivers/video/mxc/ldb.c +++ b/drivers/video/mxc/ldb.c @@ -784,7 +784,7 @@ static int ldb_probe(struct platform_device *pdev) struct class *mxc_ldb_class; if (g_enable_ldb == false) - return 0; + return -ENODEV; spin_lock_init(&ldb_lock); |