[PATCH] staging: ft1000: Compilation error fix.

Marek Belisko marek.belisko at open-nandra.com
Wed Jan 26 09:32:09 UTC 2011


This compilation error was introduced by coding style fixes
series patch. Fix for problem (forgot to compile).

Signed-off-by: Marek Belisko <marek.belisko at open-nandra.com>
---
 .../staging/ft1000/ft1000-usb/ft1000_download.c    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
index 05f3e22..7a930f5 100644
--- a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
+++ b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
@@ -265,7 +265,7 @@ static void put_handshake(struct ft1000_device *ft1000dev,u16 handshake_value)
 
 static u16 get_handshake_usb(struct ft1000_device *ft1000dev, u16 expected_value)
 {
-	u16 handshake
+	u16 handshake;
 	int loopcnt;
 	u16 temp;
 	u32 status = 0;
-- 
1.7.1




More information about the devel mailing list