Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319685
b: refs/heads/master
c: 77a5b37
h: refs/heads/master
i:
  319683: 8365db9
v: v3
  • Loading branch information
Philippe Rétornaz authored and Samuel Ortiz committed Jul 8, 2012
1 parent 2d53cac commit f82ed99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a7cc37a49876319b2f848290eefe3388dd82286b
refs/heads/master: 77a5b3701832801619dc13d3e902fd8a216e531b
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/mc13xxx-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static struct regmap_config mc13xxx_regmap_spi_config = {
.reg_bits = 7,
.pad_bits = 1,
.val_bits = 24,
.write_flag_mask = 0x80,

.max_register = MC13XXX_NUMREGS,

Expand All @@ -73,7 +74,6 @@ static int mc13xxx_spi_probe(struct spi_device *spi)

dev_set_drvdata(&spi->dev, mc13xxx);
spi->mode = SPI_MODE_0 | SPI_CS_HIGH;
spi->bits_per_word = 32;

mc13xxx->dev = &spi->dev;
mutex_init(&mc13xxx->lock);
Expand Down

0 comments on commit f82ed99

Please sign in to comment.