Skip to content

Commit

Permalink
regmap: Fix signed/unsigned comparison
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Dimitris Papastamos authored and Mark Brown committed Sep 27, 2011
1 parent 25ed115 commit dfdc444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/regmap/regcache-indexed.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static int regcache_indexed_write(struct regmap *map, unsigned int reg,

static int regcache_indexed_sync(struct regmap *map)
{
int i;
unsigned int i;
int ret;

for (i = 0; i < map->num_reg_defaults; i++) {
Expand Down

0 comments on commit dfdc444

Please sign in to comment.