Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 624ce384 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 2970c0d5
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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",
	dev_info(&s->i2c->dev, "%s: Realtek RTL2832 SDR attached\n",
			KBUILD_MODNAME);
			KBUILD_MODNAME);
	dev_notice(&s->udev->dev,
			"%s: SDR API is still slightly experimental and functionality changes may follow\n",
			KBUILD_MODNAME);
	return fe;
	return fe;


err_unregister_v4l2_dev:
err_unregister_v4l2_dev: