[linux-dvb] Digitv USB firmware loading issue [PATCH]
Jon Burgess
jburgess at uklinux.net
Fri Dec 9 19:28:01 CET 2005
Jan Kämpe wrote:
> int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos)
> {
> - u8 *b = (u8 *) &fw->data[*pos];
> int data_offs = 4;
> if (*pos >= fw->size)
> return 0;
>
> + u8 *b = (u8 *) &fw->data[*pos];
> memset(hx,0,sizeof(struct hexline));
I don't see why this change is needed and it breaks on older GCC.
Jon
More information about the linux-dvb
mailing list