nokia-gpio: Fix minor style issue

This commit is contained in:
Bertrand Aygon 2011-05-11 17:27:43 +02:00 committed by Denis Kenzior
parent 2da0b45e9e
commit 62370c5491
1 changed files with 0 additions and 1 deletions

View File

@ -645,7 +645,6 @@ static int gpio_probe_links(void)
DBG("Using %s: trying to make links to %s", gpiodir, cmtdir);
if (!dir_exists(cmtdir)) {
if (mkdir(cmtdir, 0755) == -1) {
DBG("%s: %s", cmtdir, strerror(errno));
return -(errno = ENODEV);