summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2010-07-14 22:29:21 +0200
committerRoland Dreier <rolandd@cisco.com>2010-07-14 22:29:21 +0200
commitea9f3bc6d1d8e2c56225e5be912d035b04740682 (patch)
treeed02e0e5ea405eef1605ae486371619be010606b /sound
parentMerge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff)
downloadlinux-ea9f3bc6d1d8e2c56225e5be912d035b04740682.tar.xz
linux-ea9f3bc6d1d8e2c56225e5be912d035b04740682.zip
RDMA/nes: Rewrite expression to avoid undefined semantics
Change code like x = expr(++x) that assigns to x twice without a sequence point in between to the intended (and well-defined) x = expr(x + 1) Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions