Loading arch/powerpc/platforms/ps3/htab.c +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp, * As lv1_read_htab_entries() does not give us the RPN, we can * not synthesize the new hpte_r value here, and therefore can * not update the hpte with lv1_insert_htab_entry(), so we * insted invalidate it and ask the caller to update it via * instead invalidate it and ask the caller to update it via * ps3_hpte_insert() by returning a -1 value. */ if (!HPTE_V_COMPARE(hpte_v, want_v) || !(hpte_v & HPTE_V_VALID)) { Loading drivers/rtc/rtc-fm3130.c +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ static int fm3130_get_time(struct device *dev, struct rtc_time *t) if (!fm3130->data_valid) { /* We have invalid data in RTC, probably due to battery faults or other problems. Return EIO for now, it will allow us to set data later insted for now, it will allow us to set data later instead of error during probing which disables device */ return -EIO; } Loading Loading
arch/powerpc/platforms/ps3/htab.c +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp, * As lv1_read_htab_entries() does not give us the RPN, we can * not synthesize the new hpte_r value here, and therefore can * not update the hpte with lv1_insert_htab_entry(), so we * insted invalidate it and ask the caller to update it via * instead invalidate it and ask the caller to update it via * ps3_hpte_insert() by returning a -1 value. */ if (!HPTE_V_COMPARE(hpte_v, want_v) || !(hpte_v & HPTE_V_VALID)) { Loading
drivers/rtc/rtc-fm3130.c +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ static int fm3130_get_time(struct device *dev, struct rtc_time *t) if (!fm3130->data_valid) { /* We have invalid data in RTC, probably due to battery faults or other problems. Return EIO for now, it will allow us to set data later insted for now, it will allow us to set data later instead of error during probing which disables device */ return -EIO; } Loading