return 0;
 
        /* lock the device pointers */
-       mutex_lock(&(dev->dev_mutex));
+       mutex_lock(&dev->dev_mutex);
 
        chip = dev->chip;
 
        chip = dev->chip;
 
        /* lock the device pointers */
-       mutex_lock(&(dev->dev_mutex));
+       mutex_lock(&dev->dev_mutex);
 
        pci_set_power_state(pci, PCI_D0);
        pci_restore_state(pci);
                        break;
 
                /* lock the device pointers */
-               mutex_lock(&(dev->dev_mutex));
+               mutex_lock(&dev->dev_mutex);
 
                /* if the device has disconnected, we are free to exit */
                if (rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) {
                schedule_timeout(msecs_to_jiffies(POLLING_INTERVAL));
 
                /* lock the device pointers */
-               mutex_lock(&(dev->dev_mutex));
+               mutex_lock(&dev->dev_mutex);
 
                /* if the device has disconnected, we are free to exit */
                if (rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) {
                mspro_polling_format_status(chip);
 
                /* lock the device pointers */
-               mutex_lock(&(dev->dev_mutex));
+               mutex_lock(&dev->dev_mutex);
 
                rtsx_polling_func(chip);
 
        }
 
        spin_lock_init(&dev->reg_lock);
-       mutex_init(&(dev->dev_mutex));
+       mutex_init(&dev->dev_mutex);
        init_completion(&dev->cmnd_ready);
        init_completion(&dev->control_exit);
        init_completion(&dev->polling_exit);