Skip to content

Commit

Permalink
mfd: twl6040: Fix GPO mask
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Peter Ujfalusi authored and Samuel Ortiz committed Sep 19, 2012
1 parent 619a1e3 commit 35736dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mfd/twl6040.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

#define TWL6040_GPO1 0x01
#define TWL6040_GPO2 0x02
#define TWL6040_GPO3 0x03
#define TWL6040_GPO3 0x04

/* ACCCTL (0x2D) fields */

Expand Down

0 comments on commit 35736dc

Please sign in to comment.