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 / inc_not_zero
1 cat <<EOF
2         return raw_${atomic}_add_unless(v, 1, 0);
3 EOF