summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-07-23 15:41:43 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-07-23 15:41:43 +0000
commitc5acbd150f5addb50a8c16df7afed6aaddc283ee (patch)
tree15485a9cf6f43d51488c24b087d994e98ee45efc
parent30a072da30080032ba9b54d9651b0771ba421846 (diff)
Fix typo in previous coding style fix
-rw-r--r--audio/headset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c
index c8de6cf4..9dccc5ad 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -1388,7 +1388,7 @@ int headset_get_config(void *device, int sock, struct ipc_packet *pkt)
c->sock = sock;
c->pkt = pkt;
err = rfcomm_connect(device, c);
- if (err = < 0)
+ if (err < 0)
goto error;
return 0;
}