]> Pileus Git - ~andy/linux/blobdiff - drivers/block/sx8.c
mmc: sdhci-pci: Add MSI support
[~andy/linux] / drivers / block / sx8.c
index e7472f567c9de7bb640bf1cc5b56e51b7cf88471..3fb6ab4c8b4e9e96f9ba487cf801fdcd776f0c73 100644 (file)
@@ -1120,7 +1120,7 @@ static inline void carm_handle_resp(struct carm_host *host,
                        break;
                case MISC_GET_FW_VER: {
                        struct carm_fw_ver *ver = (struct carm_fw_ver *)
-                               mem + sizeof(struct carm_msg_get_fw_ver);
+                               (mem + sizeof(struct carm_msg_get_fw_ver));
                        if (!error) {
                                host->fw_ver = le32_to_cpu(ver->version);
                                host->flags |= (ver->features & FL_FW_VER_MASK);