diff options
-rw-r--r-- | drivers/input/touchscreen/corgi_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/corgi_ts.c b/drivers/input/touchscreen/corgi_ts.c index 768ab4a55630..512940ecb357 100644 --- a/drivers/input/touchscreen/corgi_ts.c +++ b/drivers/input/touchscreen/corgi_ts.c | |||
@@ -105,7 +105,7 @@ static int sync_receive_data_send_cmd(int doRecive, int doSend, unsigned int add | |||
105 | if (wait_time && doSend) { | 105 | if (wait_time && doSend) { |
106 | PMNC_GET(pmnc); | 106 | PMNC_GET(pmnc); |
107 | if (!(pmnc & 0x01)) | 107 | if (!(pmnc & 0x01)) |
108 | PMNC_SET(pmnc | 0x01); | 108 | PMNC_SET(0x01); |
109 | 109 | ||
110 | /* polling HSync */ | 110 | /* polling HSync */ |
111 | SyncHS(); | 111 | SyncHS(); |