Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753347AbdGNDPn (ORCPT ); Thu, 13 Jul 2017 23:15:43 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:41580 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752976AbdGNDPm (ORCPT ); Thu, 13 Jul 2017 23:15:42 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Chen-Yu Tsai Date: Fri, 14 Jul 2017 11:15:18 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 04/18] drm/sun4i: Remove useless atomic_check To: Maxime Ripard Cc: Mark Brown , Thierry Reding , Laurent Pinchart , Chen-Yu Tsai , dri-devel , Daniel Vetter , David Airlie , Mark Rutland , Rob Herring , linux-kernel , linux-arm-kernel , devicetree , Boris Brezillon , Thomas Petazzoni Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 323 Lines: 8 On Thu, Jul 13, 2017 at 10:12 PM, Maxime Ripard wrote: > The atomic_check callback is optional, and we don't implement anything in > some parts of our drivers. Let's remove it. > > Signed-off-by: Maxime Ripard Reviewed-by: Chen-Yu Tsai