commit | 55c05b6d226f68266d1f88dd81795b04d096b1c8 | [log] [tgz] |
---|---|---|
author | Andrew de Quincey <adq_dvb@lidskialf.net> | Sun Jul 16 19:41:41 2006 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Sat Jul 29 17:22:25 2006 -0300 |
tree | 4d853db5c29dfc7b3ffb76498088ed888f46862b | |
parent | e61b6fc58b4a0b07f1ccfc67bf2b84a2848fcb2c [diff] |
V4L/DVB (4311): Fix possible dvb-pll oops Supplying a NULL i2c adapter to dvb_pll_attach is allowed, for example with mt352 demods. However, the pll i2c probe will segfault because it does not check for this. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>