|
@@ -1955,7 +1955,7 @@ static int __init gdth_search_drives(int hanum)
|
|
for (j = 0; j < 12; ++j)
|
|
for (j = 0; j < 12; ++j)
|
|
rtc[j] = CMOS_READ(j);
|
|
rtc[j] = CMOS_READ(j);
|
|
} while (rtc[0] != CMOS_READ(0));
|
|
} while (rtc[0] != CMOS_READ(0));
|
|
- spin_lock_irqrestore(&rtc_lock, flags);
|
|
|
|
|
|
+ spin_unlock_irqrestore(&rtc_lock, flags);
|
|
TRACE2(("gdth_search_drives(): RTC: %x/%x/%x\n",*(ulong32 *)&rtc[0],
|
|
TRACE2(("gdth_search_drives(): RTC: %x/%x/%x\n",*(ulong32 *)&rtc[0],
|
|
*(ulong32 *)&rtc[4], *(ulong32 *)&rtc[8]));
|
|
*(ulong32 *)&rtc[4], *(ulong32 *)&rtc[8]));
|
|
/* 3. send to controller firmware */
|
|
/* 3. send to controller firmware */
|