summaryrefslogtreecommitdiff
path: root/bpfc.8
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-08-08 17:14:23 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-08-08 17:14:23 +0200
commit5cdfe9527fd6dacb2d6080b91be3d844f28b20fb (patch)
treeb24f1e8167fce220301c4e8afd7f7522b0107c79 /bpfc.8
parent74c8dc28231e004b898657622b3e7d3eafd4567c (diff)
dev: Make device_mtu() return size_t
We don't return negative values and the MTU is supposed to be the (maximum) length of a packet, thus make it of type size_t. Most of the users in the code store it in size_t already anyway. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpfc.8')
0 files changed, 0 insertions, 0 deletions
652&id2=d00b74613fb18dfd0a5aa99270ee2e72d5c808d7'>diff)
regulator: axp20x: AXP806: Fix dcdcb being set instead of dcdce
A typo or copy-paste bug means that the register access intended for regulator dcdce goes to dcdcb instead. This patch corrects it. Fixes: 2ca342d391e3 (regulator: axp20x: Support AXP806 variant) Signed-off-by: Rask Ingemann Lambertsen <rask@formelder.dk> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/usb/dwc2/Kconfig')