summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-25flowtop: Add process UI tab entryVadim Kochan1-0/+11
2016-12-19flowtop: Move & refactor walk_processes() to proc.cVadim Kochan1-0/+75
2016-04-17build: fix compilation warnings with _GNU_SOURCEarch3y1-1/+3
2015-12-17proc: Add function to execute process with argv listVadim Kochan1-0/+27
2015-07-17flowtop, netsniff-ng: Move process name extraction to own functionTobias Klauser1-0/+15
2013-06-04proc: move out process specific management functionsDaniel Borkmann1-0/+66
507789bf9830d089557d2199d2f91865'>575ddce0507789bf9830d089557d2199d2f91865 (diff)
rt2x00: fix clk_get call
clk_get() takes two arguments and might return ERR_PTR(), so we have to nullify pointer on that case, to do not break further call to clk_get_rate(). Reported-by: Felix Fietkau <nbd@nbd.name> Fixes: 34db70b92fae ("rt2x00: add copy of clk for soc devices") Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/laptop/freefall/Makefile')