Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363120
b: refs/heads/master
c: 7fced56
h: refs/heads/master
v: v3
  • Loading branch information
Kurt Van Dijck authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 14504bf commit 3dfb5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fdd3f29eddd1b7c26b3b42e3633afcb22a28fcb3
refs/heads/master: 7fced565e55be83a18a3b7bb64995515c61edd53
3 changes: 1 addition & 2 deletions trunk/drivers/net/can/softing/softing_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "softing_platform.h"

static int softingcs_index;
static spinlock_t softingcs_index_lock;
static DEFINE_SPINLOCK(softingcs_index_lock);

static int softingcs_reset(struct platform_device *pdev, int v);
static int softingcs_enable_irq(struct platform_device *pdev, int v);
Expand Down Expand Up @@ -342,7 +342,6 @@ static struct pcmcia_driver softingcs_driver = {

static int __init softingcs_start(void)
{
spin_lock_init(&softingcs_index_lock);
return pcmcia_register_driver(&softingcs_driver);
}

Expand Down

0 comments on commit 3dfb5e6

Please sign in to comment.