diff options
-rw-r--r-- | drivers/staging/cx25821/cx25821-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/cx25821/cx25821-cards.c b/drivers/staging/cx25821/cx25821-cards.c index 4d0b9eac3e49..da0f56d50e27 100644 --- a/drivers/staging/cx25821/cx25821-cards.c +++ b/drivers/staging/cx25821/cx25821-cards.c | |||
@@ -30,12 +30,12 @@ | |||
30 | #include "cx25821.h" | 30 | #include "cx25821.h" |
31 | #include "tuner-xc2028.h" | 31 | #include "tuner-xc2028.h" |
32 | 32 | ||
33 | // board config info | 33 | /* board config info */ |
34 | 34 | ||
35 | struct cx25821_board cx25821_boards[] = { | 35 | struct cx25821_board cx25821_boards[] = { |
36 | [UNKNOWN_BOARD] = { | 36 | [UNKNOWN_BOARD] = { |
37 | .name = "UNKNOWN/GENERIC", | 37 | .name = "UNKNOWN/GENERIC", |
38 | // Ensure safe default for unknown boards | 38 | /* Ensure safe default for unknown boards */ |
39 | .clk_freq = 0, | 39 | .clk_freq = 0, |
40 | }, | 40 | }, |
41 | 41 | ||