correct incorrect read location of PLL data

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41467 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV
2011-05-13 03:17:31 +00:00
parent 9331e9bb0d
commit 415c4ad366
@@ -89,7 +89,7 @@ inline uint32_t
ReadPLL(int screenIndex, uint16_t offset)
{
write32(CLOCK_CNTL_INDEX, offset & PLL_ADDR);
return read32(CLOCK_CNTL_INDEX);
return read32(CLOCK_CNTL_DATA);
}