udev: kmod - fix typo

This commit is contained in:
Kay Sievers 2012-10-26 00:28:23 +02:00
parent bb31a4ac19
commit a9f4815da5
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static int builtin_kmod(struct udev_device *dev, int argc, char *argv[], bool te
struct udev *udev = udev_device_get_udev(dev);
int i;
if (ctx)
if (!ctx)
return 0;
if (argc < 3 || strcmp(argv[1], "load")) {