Commit 8cc74760 authored by Pierre Ossman's avatar Pierre Ossman Committed by Russell King

[MMC] Fix warning in wbsd

From: Pierre Ossman

Cleanup that fixes a warning in the wbsd module.
parent 0a299616
...@@ -205,8 +205,6 @@ static void wbsd_request_end(struct wbsd_host* host, struct mmc_request* mrq) ...@@ -205,8 +205,6 @@ static void wbsd_request_end(struct wbsd_host* host, struct mmc_request* mrq)
static inline void wbsd_init_sg(struct wbsd_host* host, struct mmc_data* data) static inline void wbsd_init_sg(struct wbsd_host* host, struct mmc_data* data)
{ {
struct request* req = data->req;
/* /*
* Get info. about SG list from data structure. * Get info. about SG list from data structure.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment