Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 168007
Collapse All | Expand All

(-)cx25840-core.c.org (-2 / +2 lines)
Lines 907-919 Link Here
907
	state->vbi_line_offset = 8;
907
	state->vbi_line_offset = 8;
908
	state->id = id;
908
	state->id = id;
909
909
910
	i2c_attach_client(client);
911
910
	if (state->is_cx25836)
912
	if (state->is_cx25836)
911
		cx25836_initialize(client);
913
		cx25836_initialize(client);
912
	else
914
	else
913
		cx25840_initialize(client, 1);
915
		cx25840_initialize(client, 1);
914
916
915
	i2c_attach_client(client);
916
917
	return 0;
917
	return 0;
918
}
918
}
919
919
(-)cx25840-firmware.c.org (-1 / +1 lines)
Lines 37-43 Link Here
37
 */
37
 */
38
#define FWSEND 48
38
#define FWSEND 48
39
39
40
#define FWDEV(x) &((x)->adapter->dev)
40
#define FWDEV(x) &((x)->dev)
41
41
42
static char *firmware = FWFILE;
42
static char *firmware = FWFILE;
43
43

Return to bug 168007