Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260077
b: refs/heads/master
c: 66240a6
h: refs/heads/master
i:
  260075: 4045290
v: v3
  • Loading branch information
Dave Jones authored and Greg Kroah-Hartman committed Jul 18, 2011
1 parent 33e1190 commit beeb1f5
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: 950975a761d6c760d67f0df3af2e6e1fcfb33630
refs/heads/master: 66240a6883744047700f9e2da977a7d4bab5eddc
4 changes: 2 additions & 2 deletions trunk/drivers/staging/lirc/lirc_bt829.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ int init_module(void)

pdev = do_pci_probe();
if (pdev == NULL)
return 1;
return -ENODEV;

if (!atir_init_start())
return 1;
return -ENODEV;

strcpy(atir_driver.name, "ATIR");
atir_driver.minor = -1;
Expand Down

0 comments on commit beeb1f5

Please sign in to comment.