From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] sound: usb: usx2y: Change return type to vm_fault_t Date: Wed, 25 Apr 2018 08:17:06 +0200 Message-ID: References: <20180425041445.GA21283@jordon-HP-15-Notebook-PC> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <20180425041445.GA21283@jordon-HP-15-Notebook-PC> Sender: linux-kernel-owner@vger.kernel.org To: Souptick Joarder Cc: johan@kernel.org, perex@perex.cz, viro@zeniv.linux.org.uk, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Wed, 25 Apr 2018 06:14:45 +0200, Souptick Joarder wrote: > > Use new return type vm_fault_t for fault handler. For > now, this is just documenting that the function returns > a VM_FAULT value rather than an errno. Once all instances > are converted, vm_fault_t will become a distinct type. > > Commit 1c8f422059ae ("mm: change return type to vm_fault_t") > > Signed-off-by: Souptick Joarder > Reviewed-by: Matthew Wilcox Applied, thanks. Takashi