diff options
author | Antti Palosaari <crope@iki.fi> | 2014-07-14 18:57:22 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-22 04:28:51 +0200 |
commit | c33590778f6af045588f183f24f1954848adb66e (patch) | |
tree | c4003af4b3d1a69c3da5340ad03ad4f4565a16ab /drivers/media/usb/msi2500 | |
parent | [media] msi2500: change supported formats (diff) | |
download | linux-c33590778f6af045588f183f24f1954848adb66e.tar.xz linux-c33590778f6af045588f183f24f1954848adb66e.zip |
[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/msi2500')
-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 e4f3f4e655d2..75d4376db3e0 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; |