From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id C7EE51C265B for ; Tue, 13 Aug 2013 07:31:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4D02F9B3AC for ; Tue, 13 Aug 2013 07:30:42 +0000 (UTC) Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D6XqCDsPE_r2 for ; Tue, 13 Aug 2013 07:30:41 +0000 (UTC) Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) by fraxinus.osuosl.org (Postfix) with ESMTPS id D9D9899264 for ; Tue, 13 Aug 2013 07:30:41 +0000 (UTC) Date: Tue, 13 Aug 2013 10:30:28 +0300 From: Dan Carpenter Subject: Re: [PATCH 6/9] staging: dgnc: =?utf-8?Q?f?= =?utf-8?Q?ixes_error=3A_incompatible_types_when_assigning_to_type_?= =?utf-8?B?4oCYc3RydWN0IGt0ZXJtaW9zICrigJkgZnJvbSB0eXBlIOKAmHN0cnVjdCBr?= =?utf-8?Q?termios=E2=80=99?= Message-ID: <20130813073028.GQ5502@mwanda> References: <1376341513-20578-1-git-send-email-lidza.louina@gmail.com> <1376341513-20578-7-git-send-email-lidza.louina@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1376341513-20578-7-git-send-email-lidza.louina@gmail.com> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org To: Lidza Louina Cc: Mark Hounschell , Greg KH , driverdev-devel@linuxdriverproject.org On Mon, Aug 12, 2013 at 05:05:10PM -0400, Lidza Louina wrote: > Signed-off-by: Lidza Louina > --- > drivers/staging/dgnc/dgnc_tty.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c > index a00fe2b..1e22b4b 100644 > --- a/drivers/staging/dgnc/dgnc_tty.c > +++ b/drivers/staging/dgnc/dgnc_tty.c > @@ -1758,7 +1758,7 @@ static void dgnc_tty_close(struct tty_struct *tty, struct file *file) > if (!bd || bd->magic != DGNC_BOARD_MAGIC) > return; > > - ts = tty->termios; > + ts = &(tty->termios); These parenthesis are not needed and look ugly. regards, dan carpenter _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel