diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-07-15 04:11:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-07-15 04:11:42 +0000 |
| commit | ce71e8d87fb2dba46872e2b73af85050475b6298 (patch) | |
| tree | 94a00eca130ac161b004fcce420724d65da63f4a /sys | |
| parent | d224ede0da304f9531f385643f1255d4570a1ab3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pccbb/pccbb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 65c5a9899939e..4b329831736d5 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -891,7 +891,7 @@ static void cbb_cardbus_reset(device_t brdev) { struct cbb_softc *sc = device_get_softc(brdev); - int delay_us; + int delay; /* * 20ms is necessary for most bridges. For some reason, the Ricoh |
