Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260042
b: refs/heads/master
c: 9bff02f
h: refs/heads/master
v: v3
  • Loading branch information
Bryan Freed authored and Greg Kroah-Hartman committed Jul 8, 2011
1 parent e518800 commit c3cccbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 152d52cf7ec18e655a2d5bb6a79d42e6e09d92d7
refs/heads/master: 9bff02f8f71c4366efd6f5d79150f9786884bd1c
10 changes: 5 additions & 5 deletions trunk/drivers/staging/iio/industrialio-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ struct bus_type iio_bus_type = {
EXPORT_SYMBOL(iio_bus_type);

static const char * const iio_chan_type_name_spec_shared[] = {
[IIO_TIMESTAMP] = "timestamp",
[IIO_ACCEL] = "accel",
[IIO_IN] = "in",
[IIO_OUT] = "out",
[IIO_CURRENT] = "current",
[IIO_POWER] = "power",
[IIO_ACCEL] = "accel",
[IIO_IN_DIFF] = "in-in",
[IIO_GYRO] = "gyro",
[IIO_TEMP] = "temp",
[IIO_MAGN] = "magn",
[IIO_LIGHT] = "illuminance",
[IIO_INTENSITY] = "intensity",
[IIO_TEMP] = "temp",
[IIO_INCLI] = "incli",
[IIO_ROT] = "rot",
[IIO_INTENSITY] = "intensity",
[IIO_LIGHT] = "illuminance",
[IIO_ANGL] = "angl",
[IIO_TIMESTAMP] = "timestamp",
};

static const char * const iio_chan_type_name_spec_complex[] = {
Expand Down

0 comments on commit c3cccbf

Please sign in to comment.