Loading drivers/char/ds1620.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -355,7 +355,7 @@ static const struct file_operations ds1620_proc_therm_fops = { .open = ds1620_proc_therm_open, .open = ds1620_proc_therm_open, .read = seq_read, .read = seq_read, .llseek = seq_lseek, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; }; #endif #endif Loading Loading
drivers/char/ds1620.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -355,7 +355,7 @@ static const struct file_operations ds1620_proc_therm_fops = { .open = ds1620_proc_therm_open, .open = ds1620_proc_therm_open, .read = seq_read, .read = seq_read, .llseek = seq_lseek, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; }; #endif #endif Loading