소스 검색

Fix ips.c compile

It looks like one of the ips patches was missing a closing brace in a
function

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
James Bottomley 19 년 전
부모
커밋
0ee957cb7a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      drivers/scsi/ips.c

+ 1 - 0
drivers/scsi/ips.c

@@ -4934,6 +4934,7 @@ ips_poll_for_flush_complete(ips_ha_t * ha)
 	 }	
 
 	return 0;
+}
 
 /****************************************************************************/
 /*                                                                          */