Message ID | 200907110802.42115.kassube@gmx.net (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Douglas Landgraf |
Headers | show |
On 07/11/2009 09:02 AM, Nils Kassube wrote: > Antti Palosaari wrote: >> I need your signed off by tag in order to forward this mainline. >> Patch is correct and I tested it also. > > OK, here it is again with the requested line. And thanks for taking care > of the issue. > > Signed-off-by: Nils Kassube<kassube@gmx.net> Patchwork have already taken this patch. Acked-by: Antti Palosaari <crope@iki.fi> regards Antti
--- orig/linux-2.6.31/drivers/media/dvb/dvb-usb/af9015.c 2009-06-30 11:34:45.000000000 +0200 +++ linux-2.6.31/drivers/media/dvb/dvb-usb/af9015.c 2009-07-07 14:58:27.000000000 +0200 @@ -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);