Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139234
b: refs/heads/master
c: cd875d4
h: refs/heads/master
v: v3
  • Loading branch information
dann frazier authored and Linus Torvalds committed Apr 1, 2009
1 parent 888fccf commit 7df109d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: d09c091b6a8b2b73381e514d68c73580f2294b03
refs/heads/master: cd875d4767f821dabd0feb668623a42e9d48158a
5 changes: 1 addition & 4 deletions trunk/arch/parisc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,7 @@ static struct platform_device rtc_parisc_dev = {

static int __init rtc_init(void)
{
int ret;

ret = platform_device_register(&rtc_parisc_dev);
if (ret < 0)
if (platform_device_register(&rtc_parisc_dev) < 0)
printk(KERN_ERR "unable to register rtc device...\n");

/* not necessarily an error */
Expand Down

0 comments on commit 7df109d

Please sign in to comment.