southbridge/intel/bd82x6x/me_8.x.c: Trivial - space to tab fix

Change-Id: I5b6d0a1f5f96a8d6cfc5a14baaa0f9267339b072
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6268
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Edward O'Callaghan 2014-07-13 00:28:05 +10:00
parent 8f3de28af3
commit 152e517877
1 changed files with 3 additions and 4 deletions

View File

@ -392,8 +392,7 @@ static int mkhi_get_fwcaps(mefwcaps_sku *cap)
}; };
/* Send request and wait for response */ /* Send request and wait for response */
if (mei_sendrecv(&mei, &mkhi, &rule_id, &cap_msg, sizeof(cap_msg)) if (mei_sendrecv(&mei, &mkhi, &rule_id, &cap_msg, sizeof(cap_msg)) < 0) {
< 0) {
printk(BIOS_ERR, "ME: GET FWCAPS message failed\n"); printk(BIOS_ERR, "ME: GET FWCAPS message failed\n");
return -1; return -1;
} }