Commit 64796a52 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

[media] mn88472: correct attach symbol name



Wrong symbol name causes demod attach failure.

Reported-by: default avatarBenjamin Larsson <benjamin@southpole.se>
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent ca25cb54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,12 +28,12 @@ struct mn88472_c_config {
};

#if IS_ENABLED(CONFIG_DVB_MN88472)
extern struct dvb_frontend *mn88472_c_attach(
extern struct dvb_frontend *mn88472_attach_c(
	const struct mn88472_c_config *cfg,
	struct i2c_adapter *i2c
);
#else
static inline struct dvb_frontend *mn88472_c_attach(
static inline struct dvb_frontend *mn88472_attach_c(
	const struct mn88472_c_config *cfg,
	struct i2c_adapter *i2c
)