Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209964
b: refs/heads/master
c: a9728c9
h: refs/heads/master
v: v3
  • Loading branch information
Ossama Othman authored and Linus Torvalds committed Aug 24, 2010
1 parent 3b05337 commit b422901
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: 577ba406e1cceac4776b095c83ee2896074a0327
refs/heads/master: a9728c9a31524ef927260096411ee85c8ee6b163
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/intel_rar_register.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static void free_rar_device(struct rar_device *rar)
*/
static struct rar_device *_rar_to_device(int rar, int *off)
{
if (rar >= 0 && rar <= 3) {
if (rar >= 0 && rar < MRST_NUM_RAR) {
*off = rar;
return &my_rar_device;
}
Expand Down

0 comments on commit b422901

Please sign in to comment.