mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
[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>
This commit is contained in:
parent
f3e775962c
commit
ac4f90ca1b
@ -1084,7 +1084,9 @@ static int airspy_probe(struct usb_interface *intf,
|
|||||||
}
|
}
|
||||||
dev_info(&s->udev->dev, "Registered as %s\n",
|
dev_info(&s->udev->dev, "Registered as %s\n",
|
||||||
video_device_node_name(&s->vdev));
|
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;
|
return 0;
|
||||||
|
|
||||||
err_free_controls:
|
err_free_controls:
|
||||||
|
Loading…
Reference in New Issue
Block a user