get_fx_devs() was called very few places, and it wasn't needed except the first call. I combined them.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
Something I noticed after I sent the patch is that this code (with or without my patch) depends on the pointers being initialized to zero. Is that a valid assumption with gcc?
Thanks, Myles
On Fri, Oct 24, 2008 at 12:08 PM, Myles Watson mylesgw@gmail.com wrote:
get_fx_devs() was called very few places, and it wasn't needed except the first call. I combined them.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
Myles Watson wrote:
get_fx_devs() was called very few places, and it wasn't needed except the first call. I combined them.
Signed-off-by: Myles Watson <mylesgw@gmail.com mailto:mylesgw@gmail.com>
Looks good to me. Acked-by: Marc Jones marc.jones@amd.com
-----Original Message----- From: Marc Jones [mailto:marc.jones@amd.com] Sent: Thursday, October 30, 2008 9:57 AM To: Myles Watson Cc: Coreboot Subject: Re: [coreboot] get_fx_devs
Myles Watson wrote:
get_fx_devs() was called very few places, and it wasn't needed except the first call. I combined them.
Signed-off-by: Myles Watson <mylesgw@gmail.com
Looks good to me. Acked-by: Marc Jones marc.jones@amd.com
I think I confused myself and had two outstanding patches for the same code. This was already applied.
Thanks, Myles
Myles Watson wrote:
-----Original Message----- From: Marc Jones [mailto:marc.jones@amd.com] Sent: Thursday, October 30, 2008 9:57 AM To: Myles Watson Cc: Coreboot Subject: Re: [coreboot] get_fx_devs
Myles Watson wrote:
get_fx_devs() was called very few places, and it wasn't needed except the first call. I combined them.
Signed-off-by: Myles Watson <mylesgw@gmail.com
Looks good to me. Acked-by: Marc Jones marc.jones@amd.com
I think I confused myself and had two outstanding patches for the same code. This was already applied.
Thanks, Myles
OK, just making sure. The code looked fine. Marc