commit | 47d8c881c304642a68d398b87d9e8846e643c81a | [log] [tgz] |
---|---|---|
author | Dean Anderson <linux-dev@sensoray.com> | Wed Feb 05 15:43:51 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri Feb 28 14:25:03 2014 -0300 |
tree | 3f6ca1fe59cd90a2d33e13923eb6ec238ded2a9b | |
parent | 8bf405a0da59cee39e244ec75465017248bdef10 [diff] |
[media] s2255drv: dynamic memory allocation efficiency fix Driver was allocating a kernel buffer each time it was sending a command. It is better to allocate this buffer once at startup. Signed-off-by: Dean Anderson <linux-dev@sensoray.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>