diff options
Diffstat (limited to 'drivers/gpio/gpio-janz-ttl.c')
-rw-r--r-- | drivers/gpio/gpio-janz-ttl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-janz-ttl.c b/drivers/gpio/gpio-janz-ttl.c index 2ecd3a09c743..255806bcbfe5 100644 --- a/drivers/gpio/gpio-janz-ttl.c +++ b/drivers/gpio/gpio-janz-ttl.c @@ -158,7 +158,6 @@ static int ttl_probe(struct platform_device *pdev) mod = kzalloc(sizeof(*mod), GFP_KERNEL); if (!mod) { - dev_err(dev, "unable to allocate private data\n"); ret = -ENOMEM; goto out_return; } |