summaryrefslogtreecommitdiff
path: root/dev.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03dev: linktype: use ARPHRD_ETHER for "any" deviceDaniel Borkmann1-1/+3
2013-07-03pcap: support for various linktypesDaniel Borkmann1-0/+24
2013-06-20dev: mark paths likely/unlikelyDaniel Borkmann1-4/+4
2013-06-17dev: make paths unlikely, simplify codeDaniel Borkmann1-17/+11
2013-06-17dev: bail out if ifindex could not be retrievedDaniel Borkmann1-4/+4
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04link: add link management functionsDaniel Borkmann1-0/+1
2013-06-04sock: add socket management functionsDaniel Borkmann1-0/+1
2013-06-04xutils: move device management functions out of xutilsDaniel Borkmann1-0/+169
07789bf9830d089557d2199d2f91865'>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 'include/trace/events/mmc.h')