OSDN Git Service

[media] msi2500: print notice to point SDR API is not 100% stable yet
authorAntti Palosaari <crope@iki.fi>
Mon, 14 Jul 2014 16:57:22 +0000 (13:57 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 22 Jul 2014 02:28:51 +0000 (23:28 -0300)
SDR API is very new and surprises may occur. Due to that print
notice to remind possible users.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/msi2500/msi2500.c

index e4f3f4e..75d4376 100644 (file)
@@ -1486,6 +1486,9 @@ static int msi3101_probe(struct usb_interface *intf,
        }
        dev_info(&s->udev->dev, "Registered as %s\n",
                        video_device_node_name(&s->vdev));
+       dev_notice(&s->udev->dev,
+                       "%s: SDR API is still slightly experimental and functionality changes may follow\n",
+                       KBUILD_MODNAME);
 
        return 0;