The patch number 12371 was added via Mauro Carvalho Chehab <mche...@redhat.com> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Nils Kassube <kass...@gmx.net> af9015: Fix for crash in dvb-usb-af9015 Moving BOOT fixes problem. Priority: normal Signed-off-by: Nils Kassube <kass...@gmx.net> Acked-by: Antti Palosaari <cr...@iki.fi> Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> --- linux/drivers/media/dvb/dvb-usb/af9015.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 2fb0e04b8622 -r d8f219d71669 linux/drivers/media/dvb/dvb-usb/af9015.c --- a/linux/drivers/media/dvb/dvb-usb/af9015.c Tue Jul 28 11:53:20 2009 -0300 +++ b/linux/drivers/media/dvb/dvb-usb/af9015.c Tue Jul 28 11:54:52 2009 -0300 @@ -81,7 +81,6 @@ switch (req->cmd) { case GET_CONFIG: - case BOOT: case READ_MEMORY: case RECONNECT_USB: case GET_IR_CODE: @@ -100,6 +99,7 @@ case WRITE_VIRTUAL_MEMORY: case COPY_FIRMWARE: case DOWNLOAD_FIRMWARE: + case BOOT: break; default: err("unknown command:%d", req->cmd); --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/d8f219d716698d1bb6d385e02aea1f24ac53a47f _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits