projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
665010c
)
ASoC: max98095: Single bit bitfields should be unsigned
author
Mark Brown
<
[email protected]
>
Sun, 13 May 2012 22:29:35 +0000
(23:29 +0100)
committer
Mark Brown
<
[email protected]
>
Sun, 13 May 2012 22:33:53 +0000
(23:33 +0100)
There's no space for the sign bit.
Signed-off-by: Mark Brown <
[email protected]
>
include/sound/max98095.h
patch
|
blob
|
history
diff --git
a/include/sound/max98095.h
b/include/sound/max98095.h
index 65b1c90f78abebe5cfb9b4303843eb7c49a31552..e87ae67b0a553ee259d9b5724d442003fbfb5b15 100644
(file)
--- a/
include/sound/max98095.h
+++ b/
include/sound/max98095.h
@@
-55,7
+55,7
@@
struct max98095_pdata {
* 0 = PIN5 not supported
* 1 = PIN5 supported
*/
- int jack_detect_pin5en:1;
+
unsigned
int jack_detect_pin5en:1;
/* Slew amount for jack detection. Calculated as 4 * (delay + 1).
* Default delay is 24 to get a time of 100ms.