Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249200
b: refs/heads/master
c: 1ff7e1d
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Apr 26, 2011
1 parent 541a2f3 commit ce18a1a
Show file tree
Hide file tree
Showing 2 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: 33789dce549895712cdc53d421b408c6607a07f6
refs/heads/master: 1ff7e1d84d95034b415c3e85e63b919a6d9129da
4 changes: 2 additions & 2 deletions trunk/drivers/staging/iio/light/tsl2563.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct tsl2563_gainlevel_coeff {
u16 max;
};

static struct tsl2563_gainlevel_coeff tsl2563_gainlevel_table[] = {
static const struct tsl2563_gainlevel_coeff tsl2563_gainlevel_table[] = {
{
.gaintime = TSL2563_TIMING_400MS | TSL2563_TIMING_GAIN16,
.min = 0,
Expand Down Expand Up @@ -122,7 +122,7 @@ struct tsl2563_chip {
/* Remember state for suspend and resume functions */
pm_message_t state;

struct tsl2563_gainlevel_coeff *gainlevel;
struct tsl2563_gainlevel_coeff const *gainlevel;

u16 low_thres;
u16 high_thres;
Expand Down

0 comments on commit ce18a1a

Please sign in to comment.