mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-23 11:08:07 +00:00
staging: rts5139: remove unused rcc_bug_fix_en
Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> Acked-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
205fefe32e
commit
711c273c07
@ -516,7 +516,6 @@ static void rts51x_init_options(struct rts51x_chip *chip)
|
||||
option->rts5129_D3318_off_enable = 0;
|
||||
option->sd20_pad_drive = 0;
|
||||
option->reset_or_rw_fail_set_pad_drive = 1;
|
||||
option->rcc_bug_fix_en = 1;
|
||||
option->debounce_num = 2;
|
||||
option->polling_time = 100;
|
||||
option->led_toggle_interval = 6;
|
||||
|
@ -164,9 +164,6 @@ int rts51x_init_chip(struct rts51x_chip *chip)
|
||||
RTS51X_SET_STAT(chip, STAT_RUN);
|
||||
|
||||
RTS51X_READ_REG(chip, HW_VERSION, &val);
|
||||
if ((val & 0x0f) >= 2)
|
||||
chip->option.rcc_bug_fix_en = 0;
|
||||
RTS51X_DEBUGP("rcc bug fix enable:%d\n", chip->option.rcc_bug_fix_en);
|
||||
RTS51X_DEBUGP("HW_VERSION: 0x%x\n", val);
|
||||
if (val & FPGA_VER) {
|
||||
chip->asic_code = 0;
|
||||
|
@ -379,7 +379,6 @@ struct rts51x_option {
|
||||
/*if reset or rw fail,then set SD20 pad drive again */
|
||||
u8 reset_or_rw_fail_set_pad_drive;
|
||||
|
||||
u8 rcc_bug_fix_en; /* if set,then support fixing rcc bug */
|
||||
u8 debounce_num; /* debounce number */
|
||||
int polling_time; /* polling delay time */
|
||||
u8 led_toggle_interval; /* used to control led toggle speed */
|
||||
|
Loading…
x
Reference in New Issue
Block a user