|
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 |
|