From cc5d2d3eec00790957a82c04a86cb6e8bf0f03b5 Mon Sep 17 00:00:00 2001 From: Durga challa Date: Tue, 2 Sep 2014 14:21:19 +0530 Subject: [PATCH] cresample: Modified macro Modified status get pending macro offset. Signed-off-by: Durga challa --- XilinxProcessorIPLib/drivers/cresample/src/xcresample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XilinxProcessorIPLib/drivers/cresample/src/xcresample.h b/XilinxProcessorIPLib/drivers/cresample/src/xcresample.h index 92e00888..00b8790a 100755 --- a/XilinxProcessorIPLib/drivers/cresample/src/xcresample.h +++ b/XilinxProcessorIPLib/drivers/cresample/src/xcresample.h @@ -495,7 +495,7 @@ enum { ******************************************************************************/ #define XCresample_StatusGetPending(InstancePtr) \ XCresample_ReadReg((InstancePtr)->Config.BaseAddress, \ - (XCRE_STATUS)) & (XCRE_IXR_ALLINTR_MASK) + (XCRE_STATUS_OFFSET)) & (XCRE_IXR_ALLINTR_MASK) /*****************************************************************************/ /**