summaryrefslogtreecommitdiff
path: root/flowtop.zsh
AgeCommit message (Expand)AuthorFilesLines
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser1-2/+2
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-2/+6
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+21
be23712a9c8e3710c9e2684a3204bd20c685d6'>56db0a9c7f91870ffa5498c132c755072ed32b6e parenta9862c7440f191439a51f77233f89f7e40efe02e (diff)
powerpc/pseries: Fix error return value in cmm_mem_going_offline()
cmm_mem_going_offline() is (only) called from cmm_memory_cb(), which sends the return value through notifier_from_errno(). The latter expects 0 or -errno (notifier_to_errno(notifier_from_errno(x)) is 0 for any x >= 0, so passing a positive value cannot make sense). Hence negate ENOMEM. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat