Merge tag 'mfd-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[platform/kernel/linux-rpi.git] / scripts / atomic / fallbacks / xchg
1 cat <<EOF
2         return raw_xchg${order}(&v->counter, new);
3 EOF