Loading drivers/char/tlclk.c +44 −43 Original line number Diff line number Diff line Loading @@ -525,9 +525,9 @@ static ssize_t store_select_amcb2_transmit_clock(struct device *d, SET_PORT_BITS(TLCLK_REG0, 0xfc, 1); break; } } else } else { SET_PORT_BITS(TLCLK_REG3, 0xc7, val << 3); } spin_unlock_irqrestore(&event_lock, flags); return strnlen(buf, count); Loading Loading @@ -567,8 +567,9 @@ static ssize_t store_select_amcb1_transmit_clock(struct device *d, SET_PORT_BITS(TLCLK_REG0, 0xfc, 1); break; } } else } else { SET_PORT_BITS(TLCLK_REG3, 0xf8, val); } spin_unlock_irqrestore(&event_lock, flags); return strnlen(buf, count); Loading Loading
drivers/char/tlclk.c +44 −43 Original line number Diff line number Diff line Loading @@ -525,9 +525,9 @@ static ssize_t store_select_amcb2_transmit_clock(struct device *d, SET_PORT_BITS(TLCLK_REG0, 0xfc, 1); break; } } else } else { SET_PORT_BITS(TLCLK_REG3, 0xc7, val << 3); } spin_unlock_irqrestore(&event_lock, flags); return strnlen(buf, count); Loading Loading @@ -567,8 +567,9 @@ static ssize_t store_select_amcb1_transmit_clock(struct device *d, SET_PORT_BITS(TLCLK_REG0, 0xfc, 1); break; } } else } else { SET_PORT_BITS(TLCLK_REG3, 0xf8, val); } spin_unlock_irqrestore(&event_lock, flags); return strnlen(buf, count); Loading