From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Henzl Subject: Re: [PATCH 2/5] arcmsr: Support Hibernation Date: Thu, 07 Feb 2013 18:31:05 +0100 Message-ID: <5113E4D9.2040408@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=Big5 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: NickCheng Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, jejb@kernel.org, =?Big5?B?tsCyTbap?= List-Id: linux-scsi@vger.kernel.org On 02/06/2013 09:36 AM, NickCheng wrote: > From: Nick Cheng > > Support hibernation for whole series of RAID controllers > Signed-off-by: Nick Cheng > --- Hi Nick, this patch (2/5) already uses msi-x in the PM part, while the "Support MSI and MSI-X" is added in the patch 3/5. You should switch the order - the support for msi-x should precede the use of it in "Support Hibernation". Tomas