Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751856AbdGXDYt (ORCPT ); Sun, 23 Jul 2017 23:24:49 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:53294 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751853AbdGXDYm (ORCPT ); Sun, 23 Jul 2017 23:24:42 -0400 MIME-Version: 1.0 In-Reply-To: <1499857190-30849-1-git-send-email-alexey.klimov@arm.com> References: <1499857190-30849-1-git-send-email-alexey.klimov@arm.com> From: Chen-Yu Tsai Date: Mon, 24 Jul 2017 11:24:18 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/3] rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init() To: Alexey Klimov Cc: linux-rtc@vger.kernel.org, Alessandro Zummo , linux-kernel , Alexandre Belloni , Maxime Ripard , Chen-Yu Tsai , Rob Herring 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: 432 Lines: 13 On Wed, Jul 12, 2017 at 6:59 PM, Alexey Klimov wrote: A bit more description would be nice. Maybe a kernel message that prompted this fix? > Fixes: 847b8bf62eb4 ("rtc: sun6i: Expose the 32kHz oscillator") > Cc: Maxime Ripard > Cc: Rob Herring > Signed-off-by: Alexey Klimov Otherwise, Reviewed-by: Chen-Yu Tsai