Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235889
b: refs/heads/master
c: 56463de
h: refs/heads/master
i:
  235887: b2ee6ef
v: v3
  • Loading branch information
Andres Salomon authored and Greg Kroah-Hartman committed Feb 9, 2011
1 parent 7f7358d commit ffcf0fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: bada46e5ab10b09b0f86e8b8ede009e759a16adf
refs/heads/master: 56463de05a56b80b43d21a442cf2a6e0037762e8
5 changes: 2 additions & 3 deletions trunk/drivers/staging/olpc_dcon/olpc_dcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ static irqreturn_t dcon_interrupt(int irq, void *id)
return IRQ_HANDLED;
}

static struct i2c_device_id dcon_idtable[] = {
static const struct i2c_device_id dcon_idtable[] = {
{ "olpc_dcon", 0 },
{ }
};
Expand Down Expand Up @@ -901,8 +901,7 @@ static int __init olpc_dcon_init(void)
{
pdata = &dcon_pdata_xo_1;

i2c_add_driver(&dcon_driver);
return 0;
return i2c_add_driver(&dcon_driver);
}

static void __exit olpc_dcon_exit(void)
Expand Down

0 comments on commit ffcf0fc

Please sign in to comment.