Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93547
b: refs/heads/master
c: 2e4ed29
h: refs/heads/master
i:
  93545: c434f57
  93543: b0a3d0c
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Apr 26, 2008
1 parent b27fc35 commit bbb136c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d147e7d8f22c18cfb879513e8e1e10fa52f9789e
refs/heads/master: 2e4ed2955d0de73cd43793ff495ea027e9fd2f44
3 changes: 2 additions & 1 deletion trunk/drivers/ide/legacy/ht6560b.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* Try: http://www.maf.iki.fi/~maf/ht6560b/
*/

#define DRV_NAME "ht6560b"
#define HT6560B_VERSION "v0.08"

#include <linux/module.h>
Expand Down Expand Up @@ -348,7 +349,7 @@ static int __init ht6560b_init(void)
hwif = &ide_hwifs[0];
mate = &ide_hwifs[1];

if (!request_region(HT_CONFIG_PORT, 1, hwif->name)) {
if (!request_region(HT_CONFIG_PORT, 1, DRV_NAME)) {
printk(KERN_NOTICE "%s: HT_CONFIG_PORT not found\n",
__FUNCTION__);
return -ENODEV;
Expand Down

0 comments on commit bbb136c

Please sign in to comment.