[PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPS
Also cleans up some nearby whitespace problems. Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
8df83028cf
commit
706c8c93ba
@@ -904,7 +904,7 @@ static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address,
|
||||
* It is possible the vty-server was removed after the irq was
|
||||
* requested but before we have time to enable interrupts.
|
||||
*/
|
||||
if (vio_enable_interrupts(vdev) == H_Success)
|
||||
if (vio_enable_interrupts(vdev) == H_SUCCESS)
|
||||
return 0;
|
||||
else {
|
||||
printk(KERN_ERR "HVCS: int enable failed for"
|
||||
|
Reference in New Issue
Block a user