Hello,
> @@ -250,28 +246,27 @@ static void at91_mci_pre_dma_read(struct
> /*
> * Handle after a dma read
> */
> -static void at91_mci_post_dma_read(struct at91mci_host *host)
> +static int at91_mci_post_dma_read(struct at91mci_host *host)
> {
> struct mmc_command *cmd;
> struct mmc_data *data;
> + int completed = 0;
You added 'completed' but you use it only once - as a return value.
> pr_debug("post dma read done\n");
> + return completed;
> }
What's the point?
Mariusz
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]