Loading drivers/atm/he.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -3000,8 +3000,7 @@ he_proc_read(struct atm_dev *dev, loff_t *pos, char *page) /* eeprom routines -- see 4.7 */ /* eeprom routines -- see 4.7 */ u8 static u8 read_prom_byte(struct he_dev *he_dev, int addr) read_prom_byte(struct he_dev *he_dev, int addr) { { u32 val = 0, tmp_read = 0; u32 val = 0, tmp_read = 0; int i, j = 0; int i, j = 0; Loading Loading
drivers/atm/he.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -3000,8 +3000,7 @@ he_proc_read(struct atm_dev *dev, loff_t *pos, char *page) /* eeprom routines -- see 4.7 */ /* eeprom routines -- see 4.7 */ u8 static u8 read_prom_byte(struct he_dev *he_dev, int addr) read_prom_byte(struct he_dev *he_dev, int addr) { { u32 val = 0, tmp_read = 0; u32 val = 0, tmp_read = 0; int i, j = 0; int i, j = 0; Loading