summaryrefslogtreecommitdiff
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-07-14 16:57:22 (GMT)
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-22 02:28:51 (GMT)
commitc33590778f6af045588f183f24f1954848adb66e (patch)
treec4003af4b3d1a69c3da5340ad03ad4f4565a16ab /drivers/media/usb
parent3912eb6d1e4a1193af3af2b4ea3ffca0bf401468 (diff)
downloadlinux-c33590778f6af045588f183f24f1954848adb66e.tar.xz
[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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/usb/msi2500/msi2500.c b/drivers/media/usb/msi2500/msi2500.c
index e4f3f4e..75d4376 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;