Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: atomisp: Fix double negation in unsupported revision error

s/is not unsupported/is not supported/ in the unsupported revision
error.

Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Hans de Goede and committed by
Mauro Carvalho Chehab
1e1e504e 34d7bf1c

+1 -1
+1 -1
drivers/staging/media/atomisp/pci/atomisp_v4l2.c
··· 1363 1363 } 1364 1364 1365 1365 if (pdev->revision <= ATOMISP_PCI_REV_BYT_A0_MAX) { 1366 - dev_err(&pdev->dev, "revision %d is not unsupported\n", pdev->revision); 1366 + dev_err(&pdev->dev, "revision %d is not supported\n", pdev->revision); 1367 1367 return -ENODEV; 1368 1368 } 1369 1369