Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322065
| From | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [tpmdd-devel] [PATCH] tpm, tpm_crb: fix control area resource mapping |
| Date | 2016-01-29 21:50 +0100 |
| Message-ID | <qWo9s-eo-7@gated-at.bofh.it> (permalink) |
| References | <qWbvA-7JV-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jan 28, 2016 at 11:13:59PM -0800, Jarkko Sakkinen wrote:
> - struct resource tmp = {};
> -
> - tmp.start = start;
> - tmp.end = start + size - 1;
> - tmp.flags = IORESOURCE_MEM;
> + struct resource new_res = {
> + .start = start,
> + .end = size - 1,
That isn't right.
Jason
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] tpm, tpm_crb: fix control area resource mapping Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-01-29 08:20 +0100
Re: [tpmdd-devel] [PATCH] tpm, tpm_crb: fix control area resource mapping Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-01-29 21:50 +0100
Re: [tpmdd-devel] [PATCH] tpm, tpm_crb: fix control area resource mapping Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-01-29 23:30 +0100
Re: [tpmdd-devel] [PATCH] tpm, tpm_crb: fix control area resource mapping Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-01-29 23:40 +0100
Re: [tpmdd-devel] [PATCH] tpm, tpm_crb: fix control area resource mapping Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-01-29 23:40 +0100
Re: [tpmdd-devel] [PATCH] tpm, tpm_crb: fix control area resource mapping Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-01-29 23:30 +0100
csiph-web