summaryrefslogtreecommitdiff
path: root/link.h
AgeCommit message (Collapse)AuthorFilesLines
2013-12-18debian: define SPEED_UNKNOWN if missing in linux/ethtool.hJesper Dangaard Brouer1-0/+4
Debian's version of linux/ethtool.h seems to be outdated and does not contain define SPEED_UNKNOWN, fix this by a manual define. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
2013-06-04link: add link management functionsDaniel Borkmann1-0/+18
Same here as usual, break out link functions from xutils. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
n value='2'>stat only
authorLars-Peter Clausen <lars@metafoo.de>2016-11-22 22:49:48 +0100
committerMark Brown <broonie@kernel.org>2016-11-23 12:41:58 +0000
commit0a69516cd8b9878c4040c35294443ac18338febd (patch)
treebfa64739b7a3da8d16475cdfaa2fdd5f8c50d6b7 /Documentation/i2c/fault-codes
parent1001354ca34179f3db924eb66672442a173147dc (diff)
ASoC: ab8500: Remove explicit initialization of driver callbacks to NULL
Fields of structs with global storage are implicitly initialized to 0/NULL, there is usually no need to do this explicitly. Removing the initialization of the legacy suspend/resume callback fields also gets the driver ready for the day when they are eventually removed. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/i2c/fault-codes')