summaryrefslogtreecommitdiff
path: root/bpf.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-12bpf: Zero out socket filter in bpf_parse_rules()Tobias Klauser1-0/+2
2013-07-13bpf: Use iterator variable of correct typeTobias Klauser1-1/+1
2013-06-15bpf: very minor style fixups and paths marked unlikelyDaniel Borkmann1-6/+9
2013-06-15bpf: add missing decode for poffDaniel Borkmann1-12/+14
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04xutils: break out string handling and lockingDaniel Borkmann1-0/+1
2013-03-16misc: remove dead/unreachable code from switch statementsDaniel Borkmann1-2/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+765
class='commit-subject'>clk: at91: fix clk_programmable_set_parent()
Since commit 1bdf02326b71e ("clk: at91: make use of syscon/regmap internally"), clk_programmable_set_parent() is always selecting the first parent (AKA slow_clk), no matter what's passed in the 'index' parameter. Fix that by initializing the pckr variable to the index value. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reported-by: Hans Verkuil <hans.verkuil@cisco.com> Fixes: 1bdf02326b71e ("clk: at91: make use of syscon/regmap internally") Cc: <stable@vger.kernel.org> Signed-off-by: Michael Turquette <mturquette@baylibre.com> Link: lkml.kernel.org/r/1468828152-18389-1-git-send-email-boris.brezillon@free-electrons.com
Diffstat (limited to 'Documentation/devicetree/bindings/ufs')