Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14435
b: refs/heads/master
c: cbf7c42
h: refs/heads/master
i:
  14433: 366f50a
  14431: fd4f6ce
v: v3
  • Loading branch information
Roger While authored and Jeff Garzik committed Nov 18, 2005
1 parent d598dd2 commit de6f7a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 344547093274c8bdb87becb939e5c8ab009ebfe6
refs/heads/master: cbf7c42b727826770a44c0a10ef3663da08e64bc
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/prism54/isl_38xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ isl38xx_trigger_device(int asleep, void __iomem *device_base)
/* assert the Wakeup interrupt in the Device Interrupt Register */
isl38xx_w32_flush(device_base, ISL38XX_DEV_INT_WAKEUP,
ISL38XX_DEV_INT_REG);

#if VERBOSE > SHOW_ERROR_MESSAGES
udelay(ISL38XX_WRITEIO_DELAY);

/* perform another read on the Device Status Register */
reg = readl(device_base + ISL38XX_CTRL_STAT_REG);

#if VERBOSE > SHOW_ERROR_MESSAGES
do_gettimeofday(&current_time);
DEBUG(SHOW_TRACING, "%08li.%08li Device register read %08x\n",
current_time.tv_sec, (long)current_time.tv_usec, reg);
Expand Down

0 comments on commit de6f7a0

Please sign in to comment.