Signed-off-by: Matthias Beyer <m...@beyermatthias.de>
---
 drivers/staging/bcm/CmHost.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c
index 4c5850d..dce9c8d 100644
--- a/drivers/staging/bcm/CmHost.c
+++ b/drivers/staging/bcm/CmHost.c
@@ -1698,7 +1698,7 @@ ULONG SetUpTargetDsxBuffers(struct bcm_mini_adapter *ad)
        ULONG target_dsx_buffers_base = 0;
        ULONG n_target_buffs;
        ULONG i;
-       int Status;
+       int status;
 
        if (!ad) {
                BCM_DEBUG_PRINT(ad, DBG_TYPE_OTHERS, CONN_MSG, DBG_LVL_ALL,
@@ -1716,9 +1716,9 @@ ULONG SetUpTargetDsxBuffers(struct bcm_mini_adapter *ad)
                        "Reading DSX buffer From Target location %x ",
                        DSX_MESSAGE_EXCHANGE_BUFFER);
 
-       Status = rdmalt(ad, DSX_MESSAGE_EXCHANGE_BUFFER,
+       status = rdmalt(ad, DSX_MESSAGE_EXCHANGE_BUFFER,
                        (PUINT)&target_dsx_buffers_base, sizeof(UINT));
-       if (Status < 0) {
+       if (status < 0) {
                BCM_DEBUG_PRINT(ad, DBG_TYPE_OTHERS, CONN_MSG, DBG_LVL_ALL,
                                "RDM failed!!");
                return 0;
-- 
2.1.0

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to