summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801ix/hdaudio.c
diff options
context:
space:
mode:
authorAndrew Wu <arw@dmp.com.tw>2013-08-02 19:29:17 +0800
committerAnton Kochkov <anton.kochkov@gmail.com>2013-08-02 14:46:06 +0200
commitae8d06969bdde9b1250bc3c4ad93f5db408dae98 (patch)
tree984ea9f88c75ff494b525609b8377b2d3239af24 /src/southbridge/intel/i82801ix/hdaudio.c
parent386b3e631fe0e2cacc6c936eb66b9a19c4f927cd (diff)
downloadcoreboot-ae8d06969bdde9b1250bc3c4ad93f5db408dae98.tar.gz
coreboot-ae8d06969bdde9b1250bc3c4ad93f5db408dae98.tar.bz2
coreboot-ae8d06969bdde9b1250bc3c4ad93f5db408dae98.zip
Remove unnecessary space characters.
Change-Id: I4ed9329126b216eb4ae58355672603ce79a6d4ef Signed-off-by: Andrew Wu <arw@dmp.com.tw> Reviewed-on: http://review.coreboot.org/3847 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
Diffstat (limited to 'src/southbridge/intel/i82801ix/hdaudio.c')
-rw-r--r--src/southbridge/intel/i82801ix/hdaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/intel/i82801ix/hdaudio.c b/src/southbridge/intel/i82801ix/hdaudio.c
index 2d75d119f157..13923140dcc2 100644
--- a/src/southbridge/intel/i82801ix/hdaudio.c
+++ b/src/southbridge/intel/i82801ix/hdaudio.c
@@ -29,8 +29,8 @@
#include "i82801ix.h"
#define HDA_ICII_REG 0x68
-#define HDA_ICII_BUSY (1 << 0)
-#define HDA_ICII_VALID (1 << 1)
+#define HDA_ICII_BUSY (1 << 0)
+#define HDA_ICII_VALID (1 << 1)
typedef struct southbridge_intel_i82801ix_config config_t;