From: Janusz Sobczak Date: Mon, 9 Aug 2010 11:21:47 +0000 (+0200) Subject: gpu: pvr: Changed error-path condtion. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840893a28da94af53fa21e6eb209bb116f78d2b1;p=sgx.git gpu: pvr: Changed error-path condtion. Changed the condition to equivalent but less confusing one. Signed-off-by: Janusz Sobczak Signed-off-by: Imre Deak --- diff --git a/pvr/devicemem.c b/pvr/devicemem.c index 0fcd2e4..3912f2b 100644 --- a/pvr/devicemem.c +++ b/pvr/devicemem.c @@ -844,7 +844,7 @@ ErrorExitPhase3: } ErrorExitPhase2: - if (psIntSysPAddr) + if (hOSWrapMem) OSReleasePhysPageAddr(hOSWrapMem); ErrorExitPhase1: