lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 4 May 2010 10:44:35 +0800
From:	Barry Song <21cnbao@...il.com>
To:	Javier Martinez Canillas <martinez.javier@...il.com>
Cc:	Greg Kroah-Hartman <gregkh@...e.de>,
	Matthias Brugger <mensch0815@...il.com>,
	linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org
Subject: Re: [PATCH] Staging: adis16255: Fix compile error

The main work of this driver is providing sys node for users to access
data. Which directory will this driver be placed after moving from
staging? It's better to rewrite it based on IIO. Otherwise, the
architecture for this kind of driver will be difficult to be
consistent.
-barry

On Mon, May 3, 2010 at 1:05 AM, Javier Martinez Canillas
<martinez.javier@...il.com> wrote:
>
> This patch solves a compilation error in today linux-next tree.
>
> The adis16255 staging driver Makefile seems to be wrong. I think this patch solves the issue.
>
> Signed-off-by: Javier Martinez Canillas <martinez.javier@...il.com>
> ---
>  drivers/staging/adis16255/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/adis16255/Makefile b/drivers/staging/adis16255/Makefile
> index 3f8b1f0..dc4debc 100644
> --- a/drivers/staging/adis16255/Makefile
> +++ b/drivers/staging/adis16255/Makefile
> @@ -1 +1 @@
> -obj-$(CONFIG_ADIS16255) +�is16255.o
> +obj-$(CONFIG_ADIS16255)                += adis1625.o
> --
> 1.7.0.4
>
>
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ