You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge commit 'v2.6.32-rc6' into next
This commit is contained in:
@@ -227,6 +227,7 @@ config INPUT_WINBOND_CIR
|
||||
depends on X86 && PNP
|
||||
select NEW_LEDS
|
||||
select LEDS_CLASS
|
||||
select LEDS_TRIGGERS
|
||||
select BITREVERSE
|
||||
help
|
||||
Say Y here if you want to use the IR remote functionality found
|
||||
|
||||
@@ -209,7 +209,7 @@ static inline int hp_sdc_rtc_read_rt(struct timeval *res) {
|
||||
|
||||
/* Read the i8042 fast handshake timer */
|
||||
static inline int hp_sdc_rtc_read_fhs(struct timeval *res) {
|
||||
uint64_t raw;
|
||||
int64_t raw;
|
||||
unsigned int tenms;
|
||||
|
||||
raw = hp_sdc_rtc_read_i8042timer(HP_SDC_CMD_LOAD_FHS, 2);
|
||||
|
||||
Reference in New Issue
Block a user