summaryrefslogtreecommitdiff
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-04-27 16:27:17 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-04-27 16:27:17 +0200
commit613be40b15d8e645a188a003b2b125b2e3aced8b (patch)
tree35b6249f7c392e3c49def91d0d3688974e4461fa /REPORTING-BUGS
parentd312a25879d5826ff1ca638410bbd36ba2619d93 (diff)
pkt_buff: Change type of link_type field
The link type is handled as uint32_t in the rest of the code base so use that type here as well. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions
t-subject'>regulators: helpers: Fix handling of bypass_val_on in get_bypass_regmap
The handling of bypass_val_on that was added in regulator_get_bypass_regmap is done unconditionally however several drivers don't define a value for bypass_val_on. This results in those drivers reporting bypass being enabled when it is not. In regulator_set_bypass_regmap we use bypass_mask if bypass_val_on is zero. This patch adds similar handling in regulator_get_bypass_regmap. Fixes: commit dd1a571daee7 ("regulator: helpers: Ensure bypass register field matches ON value") Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')