Re: [PATCH v2 1/2] powerpc/pseries: address checkpatch warnings in dlpar_offline_cpu

2019-11-14 Thread Michael Ellerman
On Wed, 2019-10-16 at 18:36:10 UTC, Nathan Lynch wrote: > Remove some stray blank lines, convert a printk to pr_warn, and > address a line length violation. > > One functional change: use WARN_ON instead of BUG_ON in case H_PROD of > a ceded thread yields an unexpected result from the platform. We

[PATCH v2 1/2] powerpc/pseries: address checkpatch warnings in dlpar_offline_cpu

2019-10-16 Thread Nathan Lynch
Remove some stray blank lines, convert a printk to pr_warn, and address a line length violation. One functional change: use WARN_ON instead of BUG_ON in case H_PROD of a ceded thread yields an unexpected result from the platform. We can expect this code path to get uninterruptibly stuck in __cpu_d