commit | 5f1693fe82b499a3306993020ef14011ed0420d0 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Wed Dec 20 10:08:56 2006 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Wed Dec 27 14:20:21 2006 -0200 |
tree | 8c8564b364d00de708638d6e34938a5af99cd39b | |
parent | 25821400359d2b3daacfb93303944211b8411ac3 [diff] |
V4L/DVB (4997): Bttv: delete duplicated ioremap() ioremap() is called twice to same resource. The returen value of first one is not error-checked. second one is complely ignored. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>