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

Commit e7a2bc8a authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (6557): tea5767: remove unnecessary warning

parent 9dd659de
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -401,7 +401,6 @@ int tea5767_autodetection(struct i2c_adapter* i2c_adap, u8 i2c_addr)
		return EINVAL;
	}

	printk(KERN_WARNING "TEA5767 detected.\n");
	return 0;
}