summaryrefslogtreecommitdiff
path: root/staging/mops_tools.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+259
After some back and forth, we decided that it is easier to maintain mausezahn in a staging directory until it is fully reworked and cleaned up to be ready to be fully integrated. This way, it is better than having it in a separate branch, and we can also accept patches from outside more easily. Also, while at it, fix up some function mismatches with libcli. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ss='right'>2014-01-07 15:47:18 +0000 commit136c8bf374dd9aef0f98e5c26d1cba5b066e2443 (patch) tree80ca7d5d7cdd96fc85fddc774c2ba574c919366d /drivers/spi/spi-dw-pci.c parentfa4934a02adaac9d5bbd2b9ac818c523bf2ea9aa (diff)
spi: dw-pci: remove free for resources allocated with devm_*
It's not necessary to free resources allocated with devm_* and free them may lead to double free. Fixes: 04f421e7b0b1 ('spi: dw: use managed resources') Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/spi-dw-pci.c')