V4L/DVB (9448): Bug: fix array size
authorReinhard Nissl <rnissl@gmx.de>
Mon, 21 Jan 2008 19:17:48 +0000 (16:17 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:21 +0000 (17:53 -0200)
commit561374113e6dbd717ac4a578d99834219de9d3c1
treef62d9ab185207b1effbaf5afa91618c3f4ec9f07
parent6f6c268b0f1f6846584162053a47d3aadf34a3c4
V4L/DVB (9448): Bug: fix array size

Bug: a string which contains 4 digits needs an array
of size 5. The fifth character will hold the terminating '\0'

Signed-off-by: Reinhard Nissl <rnissl@gmx.de>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/stb0899_drv.c