Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325100
b: refs/heads/master
c: a0d7bf7
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Cameron committed Sep 7, 2012
1 parent 2dac907 commit 0a00a3e
Show file tree
Hide file tree
Showing 5 changed files with 5 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: 00176b360ce44bcc5dea2bcd0c8ff5ba9309685f
refs/heads/master: a0d7bf7dd1b37ccd6804cd62ca037c1efe3b2e27
2 changes: 1 addition & 1 deletion trunk/drivers/iio/accel/hid-sensor-accel-3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static void hid_sensor_push_data(struct iio_dev *indio_dev, u8 *data, int len)
datum_sz);
return;
}
buffer->access->store_to(buffer, (u8 *)data, timestamp);
iio_push_to_buffer(buffer, (u8 *)data, timestamp);
}

/* Callback handler to send event after all samples are received and captured */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/iio/gyro/hid-sensor-gyro-3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static void hid_sensor_push_data(struct iio_dev *indio_dev, u8 *data, int len)
datum_sz);
return;
}
buffer->access->store_to(buffer, (u8 *)data, timestamp);
iio_push_to_buffer(buffer, (u8 *)data, timestamp);
}

/* Callback handler to send event after all samples are received and captured */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/iio/light/hid-sensor-als.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static void hid_sensor_push_data(struct iio_dev *indio_dev, u8 *data, int len)
datum_sz);
return;
}
buffer->access->store_to(buffer, (u8 *)data, timestamp);
iio_push_to_buffer(buffer, (u8 *)data, timestamp);
}

/* Callback handler to send event after all samples are received and captured */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/iio/magnetometer/hid-sensor-magn-3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static void hid_sensor_push_data(struct iio_dev *indio_dev, u8 *data, int len)
datum_sz);
return;
}
buffer->access->store_to(buffer, (u8 *)data, timestamp);
iio_push_to_buffer(buffer, (u8 *)data, timestamp);
}

/* Callback handler to send event after all samples are received and captured */
Expand Down

0 comments on commit 0a00a3e

Please sign in to comment.