aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-12-05 04:48:04 +0000
committerWarner Losh <imp@FreeBSD.org>2008-12-05 04:48:04 +0000
commitca446278b1c0afd65edae1fe2ca38980e931560b (patch)
treee06fbb07bf0652d41b1ef303d5fa15d56906290a /sys/dev/pccbb
parentf40b0e2e974c0ded45ac680fda81e3ce8deded78 (diff)
Notes
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index decafa52acb2..fb0f9b7044e4 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -1045,8 +1045,8 @@ cbb_cardbus_mem_open(device_t brdev, int win, uint32_t start, uint32_t end)
return (EINVAL);
}
- basereg = win*8 + CBBR_MEMBASE0;
- limitreg = win*8 + CBBR_MEMLIMIT0;
+ basereg = win * 8 + CBBR_MEMBASE0;
+ limitreg = win * 8 + CBBR_MEMLIMIT0;
pci_write_config(brdev, basereg, start, 4);
pci_write_config(brdev, limitreg, end, 4);