Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162491
b: refs/heads/master
c: 3860dc8
h: refs/heads/master
i:
  162489: 272c42a
  162487: f2ff262
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 135fba0 commit a078864
Show file tree
Hide file tree
Showing 3 changed files with 3 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: ff460c39ea80f4a66e47990d82211c14379d9e8a
refs/heads/master: 3860dc82e64f66b861159ae6ffd7f128ff7a5c19
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/accel/sca3000_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static struct attribute_group sca3000_ring_attr = {
.attrs = iio_ring_attributes,
};

static struct attribute_group *sca3000_ring_attr_groups[] = {
static const struct attribute_group *sca3000_ring_attr_groups[] = {
&sca3000_ring_attr,
NULL
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/ring_sw.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static struct attribute_group iio_ring_attribute_group = {
.attrs = iio_ring_attributes,
};

static struct attribute_group *iio_ring_attribute_groups[] = {
static const struct attribute_group *iio_ring_attribute_groups[] = {
&iio_ring_attribute_group,
NULL
};
Expand Down

0 comments on commit a078864

Please sign in to comment.