summaryrefslogtreecommitdiff
path: root/trafgen_parser.y
AgeCommit message (Expand)AuthorFilesLines
2013-04-11trafgen: parser: fix regression on last pkt elementDaniel Borkmann1-2/+7
2013-03-27trafgen: parser: do not enforce whitesapceDaniel Borkmann1-3/+3
2013-03-25trafgen: parser: add possibility for negative numbersDaniel Borkmann1-0/+2
2013-03-25trafgen: lexer/parser: fix cpu() selection and whitespacingDaniel Borkmann1-2/+12
2013-03-16build: respect PREFIX_STRING on config file locationsDaniel Borkmann1-1/+2
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+611
24308'>34f5b3370d236fc28bb6c14228fb91839ecaaa12 /Documentation/IRQ-affinity.txt parentc2ee9bdc852dcd1f2f3a6adaa986f14441a673f3 (diff)
clk: ti: Fix some errors found by static checkers
drivers/clk/ti/clk-814x.c:34:12: warning: symbol 'dm814x_adpll_early_init' was not declared. Should it be static? drivers/clk/ti/clk-814x.c:58:12: warning: symbol 'dm814x_adpll_enable_init_clocks' was not declared. Should it be static? drivers/clk/ti/adpll.c:465 ti_adpll_recalc_rate() warn: should '__readw(d->regs + 20) << 18' be a 64 bit type? drivers/clk/ti/adpll.c:945 ti_adpll_probe() error: we previously assumed 'd->clocks' could be null (see line 921) The last one looks like a real bug because we don't return an error on allocation failure. Cc: Tero Kristo <t-kristo@ti.com> Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'Documentation/IRQ-affinity.txt')