summaryrefslogtreecommitdiff
path: root/timer.c
AgeCommit message (Collapse)AuthorFilesLines
2015-06-05netsniff-ng, nlmsg: add further rtnl route type messages to dissectorVadim Kochan1-0/+6
Add some more dissection logic for dumping rtnetlink related infos with attributes. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2013-06-04timer: add time management functionsDaniel Borkmann1-0/+13
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
5c1d9424a7cfc'>29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
power: supply: max17042_battery: fix model download bug.
The device's model download function returns the model data as an array of u32s, which is later compared to the reference model data. However, since the latter is an array of u16s, the comparison does not happen correctly, and model verification fails. This in turn breaks the POR initialization sequence. Fixes: 39e7213edc4f3 ("max17042_battery: Support regmap to access device's registers") Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Sven Van Asbroeck <TheSven73@googlemail.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat