nxt200x: increase write buffer size
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 13 Jan 2014 07:59:30 +0000 (05:59 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:50:20 +0000 (13:50 -0800)
commit8978b67d9929df9b28b104b64ba2bd43f7c765f8
tree9565d66029e7cec66108447d4a6ae79462b82e88
parent4902b4cf93f6453ec61ffd7ae49b3c2096d9ed73
nxt200x: increase write buffer size

commit fa1e1de6bb679f2c86da3311bbafee7eaf78f125 upstream.

The buffer size on nxt200x is not enough:

...
> Dec 20 10:52:04 rich kernel: [   31.747949] nxt200x: nxt200x_writebytes: i2c wr reg=002c: len=255 is too big!
...

Increase it to 256 bytes.

Reported-by: Rich Freeman <rich0@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/dvb-frontends/nxt200x.c