diff options
author | Antti Palosaari <crope@iki.fi> | 2014-07-14 13:57:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-21 23:28:51 -0300 |
commit | c33590778f6af045588f183f24f1954848adb66e (patch) | |
tree | c4003af4b3d1a69c3da5340ad03ad4f4565a16ab /drivers/media/usb | |
parent | 3912eb6d1e4a1193af3af2b4ea3ffca0bf401468 (diff) |
[media] msi2500: print notice to point SDR API is not 100% stable yet
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>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r-- | drivers/media/usb/msi2500/msi2500.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/usb/msi2500/msi2500.c b/drivers/media/usb/msi2500/msi2500.c index e4f3f4e655d..75d4376db3e 100644 --- a/drivers/media/usb/msi2500/msi2500.c +++ b/drivers/media/usb/msi2500/msi2500.c @@ -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; |