From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] PM / Runtime: Rework RPM get callback routines Date: Wed, 29 Oct 2014 10:58:18 -0700 Message-ID: <7hd29aahc5.fsf@deeprootsystems.com> References: <1413543482-12748-1-git-send-email-a.hajda@samsung.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1413543482-12748-1-git-send-email-a.hajda@samsung.com> (Andrzej Hajda's message of "Fri, 17 Oct 2014 12:58:02 +0200") Sender: linux-kernel-owner@vger.kernel.org To: Andrzej Hajda Cc: "open list:SUSPEND TO RAM" , "Rafael J. Wysocki" , Len Brown , Pavel Machek , Greg Kroah-Hartman , open list List-Id: linux-pm@vger.kernel.org Andrzej Hajda writes: > PM uses three separate functions to fetch RPM callbacks. > These functions uses quite complicated macro in their body. > The patch replaces these routines with one small macro and > one helper function. > > Signed-off-by: Andrzej Hajda Acked-by: Kevin Hilman