[media] mx2_camera: Remove 'buf_cleanup' callback
authorJavier Martin <javier.martin@vista-silicon.com>
Tue, 30 Oct 2012 14:29:01 +0000 (11:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Jan 2013 03:47:47 +0000 (01:47 -0200)
commit22f9a477a23b2e4fe85017920aaf4fd86a8a6660
treef9e5b92fabc05b88ab2ee3209fdf7a58ed29f213
parent9b556953224080d81754bfe764ab1899fc069edc
[media] mx2_camera: Remove 'buf_cleanup' callback

All necessary tasks to end the streaming properly are
already implemented in mx2_stop_streaming() and nothing
remains to be done in this callback.
Furthermore, it only included debug messages so it can
be removed.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/soc_camera/mx2_camera.c