[media] rtl2832_sdr: 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>
This commit is contained in:
parent
2970c0d572
commit
624ce384d5
|
@ -1519,6 +1519,9 @@ struct dvb_frontend *rtl2832_sdr_attach(struct dvb_frontend *fe,
|
|||
|
||||
dev_info(&s->i2c->dev, "%s: Realtek RTL2832 SDR attached\n",
|
||||
KBUILD_MODNAME);
|
||||
dev_notice(&s->udev->dev,
|
||||
"%s: SDR API is still slightly experimental and functionality changes may follow\n",
|
||||
KBUILD_MODNAME);
|
||||
return fe;
|
||||
|
||||
err_unregister_v4l2_dev:
|
||||
|
|
Loading…
Reference in New Issue