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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user