summaryrefslogtreecommitdiff
path: root/hash.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04misc: cleanup header commentsDaniel Borkmann1-7/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+86
lass='right'>2016-07-27 19:00:13 +0100 commit6678716751af24af09163aef54bbabb60c12e18b (patch) treefb013b940ee41020ea476b6914c3117ffb32cfc0 parentdec34e8b676e14d4df041e3335d6082b247b834e (diff)
spi: qup: Remove spi_master_put in spi_qup_remove()
The call to spi_master_put() in spi_qup_remove() is redundant since the master is registered using devm_spi_register_master() and no reference hold by using spi_master_get() in spi_qup_remove(). This is detected by Coccinelle semantic patch. Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat