diff options
author | Antti Palosaari <crope@iki.fi> | 2014-07-18 02:47:48 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-22 02:02:38 +0200 |
commit | ac4f90ca1b3f6e22fa3f1140e2a73988902e4840 (patch) | |
tree | 9fadff46b716a524ea6c66b213c06fb0d8b3c862 /drivers/media/usb/airspy | |
parent | [media] airspy: move out of staging into drivers/media/usb (diff) | |
download | linux-ac4f90ca1b3f6e22fa3f1140e2a73988902e4840.tar.xz linux-ac4f90ca1b3f6e22fa3f1140e2a73988902e4840.zip |
[media] airspy: print notice to point SDR API is not 100% stable yet
Print notice on driver load: "SDR API is still slightly
experimental and functionality changes may follow". It is just
remind possible used SDR API is very new and surprises may occur.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/airspy')
-rw-r--r-- | drivers/media/usb/airspy/airspy.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/usb/airspy/airspy.c b/drivers/media/usb/airspy/airspy.c index 255fe6a5b4e7..72d9f2c40da3 100644 --- a/drivers/media/usb/airspy/airspy.c +++ b/drivers/media/usb/airspy/airspy.c @@ -1084,7 +1084,9 @@ static int airspy_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; err_free_controls: |