From patchwork Fri Sep 20 06:32:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2915371 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D3E4ABFF05 for ; Fri, 20 Sep 2013 06:32:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1285E202C8 for ; Fri, 20 Sep 2013 06:32:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 47A8B202C3 for ; Fri, 20 Sep 2013 06:32:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754006Ab3ITGck (ORCPT ); Fri, 20 Sep 2013 02:32:40 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:52215 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753559Ab3ITGck (ORCPT ); Fri, 20 Sep 2013 02:32:40 -0400 Received: by mail-pa0-f54.google.com with SMTP id kx10so344617pab.27 for ; Thu, 19 Sep 2013 23:32:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=pqt0MnNEabhVCuS0IKQO72SF8FwY1k12M8lf6UrsVrs=; b=AGDkaIzPfiSACZmAnG7VvWSw/tXKub+y8OBPurCKtEDiboqJhfoRXam51FlnnlzGL7 KVwxseMRrWbCEs2OeA5uqCCtWisw7tBQhs0wBF3AYCph7JQrpqaiBoC1kS1evxRryEbT 3hFo85U7K7dPSDTSlgs4GGw+RQjqyc5UkZoT1KFottTfCD1y/fVq1qpHc4jzYNmxxmBs d/sfRlFC1Up5kgYE8fzq+UBkvM5RcJoOxZqfF0AP5OT5RozGWOjFFsyG5QunXhnGixSI KJpaPXgufIQ7N4iymZ6W0fBb75+UyKNPBHTo85dY55tnndCpY/iyrwc4V1aNIjzQibn+ AEtw== X-Gm-Message-State: ALoCoQkdEBHCmSGWJiNzEe6g+evvt4WxVSdtUuHIBwKEZ3oDbgazPfvybiQGBzO58bIJGLnzm/dI X-Received: by 10.68.253.227 with SMTP id ad3mr1463095pbd.189.1379658760081; Thu, 19 Sep 2013 23:32:40 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id gh9sm13542197pbc.40.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Sep 2013 23:32:39 -0700 (PDT) From: Sachin Kamat To: linux-fbdev@vger.kernel.org Cc: tomi.valkeinen@ti.com, plagnioj@jcrosoft.com, sachin.kamat@linaro.org Subject: [PATCH 12/15] video: platinumfb: Remove redundant dev_set_drvdata Date: Fri, 20 Sep 2013 12:02:21 +0530 Message-Id: <1379658744-17113-13-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1379658744-17113-1-git-send-email-sachin.kamat@linaro.org> References: <1379658744-17113-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Driver core sets driver data to NULL upon failure or remove. Signed-off-by: Sachin Kamat --- drivers/video/platinumfb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/platinumfb.c b/drivers/video/platinumfb.c index 3d86bac..b644037 100644 --- a/drivers/video/platinumfb.c +++ b/drivers/video/platinumfb.c @@ -639,7 +639,6 @@ static int platinumfb_probe(struct platform_device* odev) iounmap(pinfo->frame_buffer); iounmap(pinfo->platinum_regs); iounmap(pinfo->cmap_regs); - dev_set_drvdata(&odev->dev, NULL); framebuffer_release(info); }