summaryrefslogtreecommitdiff
path: root/drivers/ide/pmac.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-07-12 13:59:39 +0300
committerDavid S. Miller <davem@davemloft.net>2016-07-27 01:25:31 +0300
commit45969e16f9fe27ed1175b003ef40c47902a09d05 (patch)
tree2c7d75687b7f812ea77f405216365395c5a06529 /drivers/ide/pmac.c
parent79f18a0637033f588accaa05621225c60301514a (diff)
downloadlinux-45969e16f9fe27ed1175b003ef40c47902a09d05.tar.xz
ide: hpt366: fix incorrect mask when checking at cmd_high_time
According to the HPT366 data sheet, PCI config space dword 0x40-0x43 bits 11:8 specify the primary drive cmd_high_time, however, currently just 3 bits of the 4 are being used because the mask is 0x07 and not 0x0f. Fix the mask, allowing for the 40MHz clock to be detected. Also add in missing space between switch and parenthesis to clean up a checkpatch warning. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ide/pmac.c')
0 files changed, 0 insertions, 0 deletions