From baa219ed6fc87f6fda63b0f4411e6b0162c77fcb Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Tue, 26 Jun 2007 23:08:57 +0000 Subject: Pointy hat to me. Committed with building. Approved by: re (ken, implicit) --- sys/dev/isp/isp_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/isp') diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 85cd6ccd67af9..526337ccd7a29 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -2850,7 +2850,7 @@ mbxsync: if (FCPARAM(isp)->isp_2klogin) { isp_put_request_t2e(isp, (ispreqt2e_t *) rq, (ispreqt2e_t *) qep); - else { + } else { isp_put_request_t2(isp, (ispreqt2_t *) rq, (ispreqt2_t *) qep); } -- cgit v1.3