|
@@ -615,7 +615,7 @@ static int uv2_3_wait_completion(struct bau_desc *bau_desc,
|
|
|
|
|
|
/* spin on the status MMR, waiting for it to go idle */
|
|
|
while (descriptor_stat != UV2H_DESC_IDLE) {
|
|
|
- if ((descriptor_stat == UV2H_DESC_SOURCE_TIMEOUT)) {
|
|
|
+ if (descriptor_stat == UV2H_DESC_SOURCE_TIMEOUT) {
|
|
|
/*
|
|
|
* A h/w bug on the destination side may
|
|
|
* have prevented the message being marked
|