Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26281
b: refs/heads/master
c: d698f1c
h: refs/heads/master
i:
  26279: 8177729
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Apr 28, 2006
1 parent 85e88f5 commit d3b1d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1ac3836ce689e594b20c7c9855f64a63751c2d10
refs/heads/master: d698f1c72629ff43d0cb6b9f1d17c491c057a0d9
2 changes: 1 addition & 1 deletion trunk/drivers/char/mwave/mwavedd.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ static int mwave_ioctl(struct inode *inode, struct file *file,
ipcnum,
pDrvData->IPCs[ipcnum].usIntCount);

if (ipcnum > ARRAY_SIZE(pDrvData->IPCs)) {
if (ipcnum >= ARRAY_SIZE(pDrvData->IPCs)) {
PRINTK_ERROR(KERN_ERR_MWAVE
"mwavedd::mwave_ioctl:"
" IOCTL_MW_REGISTER_IPC:"
Expand Down

0 comments on commit d3b1d9c

Please sign in to comment.