Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cac5503 authored by Geliang Tang's avatar Geliang Tang Committed by Borislav Petkov
Browse files

EDAC, i5100: Use to_delayed_work()



Use to_delayed_work() instead of open-coding it.

Signed-off-by: default avatarGeliang Tang <geliangtang@163.com>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/58c0e319c7263a10b692100c657c06c42814aecf.1451659910.git.geliangtang@163.com


Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
parent 07cd6bf5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -575,9 +575,7 @@ static void i5100_check_error(struct mem_ctl_info *mci)

static void i5100_refresh_scrubbing(struct work_struct *work)
{
	struct delayed_work *i5100_scrubbing = container_of(work,
							    struct delayed_work,
							    work);
	struct delayed_work *i5100_scrubbing = to_delayed_work(work);
	struct i5100_priv *priv = container_of(i5100_scrubbing,
					       struct i5100_priv,
					       i5100_scrubbing);