From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758174AbbJ2WuP (ORCPT ); Thu, 29 Oct 2015 18:50:15 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:53058 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757610AbbJ2WuL (ORCPT ); Thu, 29 Oct 2015 18:50:11 -0400 Subject: Re: [PATCH] soc: qcom: smd-rpm: Correct size of outgoing message To: Bjorn Andersson , Andy Gross References: <1446156594-25200-1-git-send-email-bjorn.andersson@sonymobile.com> Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org From: Stephen Boyd Message-ID: <5632A2A1.1090808@codeaurora.org> Date: Thu, 29 Oct 2015 15:50:09 -0700 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1446156594-25200-1-git-send-email-bjorn.andersson@sonymobile.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/29/2015 03:09 PM, Bjorn Andersson wrote: > With the removal of VLAIS the size was incorrectly changed to only cover > the headers of the packet, resulting in "empty" requests being sent to > the RPM. Correct this so the entire message is transfered. > > Fixes: 50e1b29b4438 ("soc: qcom: smd: Remove use of VLAIS") > Cc: Stephen Boyd > Signed-off-by: Bjorn Andersson Reviewed-by: Stephen Boyd I thought this was already merged though. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project