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:	Sun, 10 Oct 2010 00:54:02 +0200
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	linux1394-devel@...ts.sourceforge.net
CC:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] ieee1394: move init_ohci1394_dma to drivers/firewire/

Stefan Richter wrote:
> Additional changes:
>   - add some #include directives
>   - adjust to use firewire/ohci.h instead of ieee1394/ohci1394.h,
>     replace struct ti_ohci by a minimal struct ohci,
[...]
> +struct ohci {
> +	struct pci_dev *dev;
> +	void __iomem *registers;
> +};

The dev member is actually unused to.  I'll remove it but keep the now rather
useless struct ohci so that the code stays similar to ohci.c.
-- 
Stefan Richter
-=====-==-=- =-=- -=-=-
http://arcgraph.de/sr/
--
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