mmc: fix integer assignments to pointer
[pandora-kernel.git] / drivers / mmc / core / core.c
index eb3069d..557856b 100644 (file)
@@ -371,7 +371,7 @@ EXPORT_SYMBOL(mmc_wait_for_req);
  */
 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, int retries)
 {
  */
 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, int retries)
 {
-       struct mmc_request mrq = {0};
+       struct mmc_request mrq = {NULL};
 
        WARN_ON(!host->claimed);
 
 
        WARN_ON(!host->claimed);