Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363837
b: refs/heads/master
c: dea120e
h: refs/heads/master
i:
  363835: 893dde8
v: v3
  • Loading branch information
Jonathan Cameron committed Apr 2, 2013
1 parent 36ce146 commit 488288c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 03b7f67bd1a085572539788d07c4630489108a35
refs/heads/master: dea120e665712a9be41a6c846e73c6af19e00af7
2 changes: 0 additions & 2 deletions trunk/drivers/staging/iio/magnetometer/ak8975.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ struct ak8975_data {
long raw_to_gauss[3];
u8 reg_cache[AK8975_MAX_REGS];
int eoc_gpio;
int eoc_irq;
};

static const int ak8975_index_to_reg[] = {
Expand Down Expand Up @@ -452,7 +451,6 @@ static int ak8975_probe(struct i2c_client *client,

data->client = client;
mutex_init(&data->lock);
data->eoc_irq = client->irq;
data->eoc_gpio = eoc_gpio;
indio_dev->dev.parent = &client->dev;
indio_dev->channels = ak8975_channels;
Expand Down

0 comments on commit 488288c

Please sign in to comment.