Searched hist:"78183 f3fdf76f422431a81852468be01b36db325" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap_hwmod_2430_data.c | diff 10167873a415ba642aa2eee0c310ebd5a4633573 Sun Sep 04 21:20:53 CDT 2011 Paul Walmsley <paul@pwsan.com> OMAP2430: hwmod: musb: add missing terminator to omap2430_usbhsotg_addrs[]
Add a missing array terminator to omap2430_usbhsotg_addrs[]. Without this terminator, the omap_hwmod resource building code runs off the end of the array, resulting in at least this error -- if not worse behavior:
[ 0.578002] musb-omap2430: failed to claim resource 4 [ 0.583465] omap_device: musb-omap2430: build failed (-16) [ 0.589294] Could not build omap_device for musb-omap2430 usb_otg_hs
This should have been part of commit 78183f3fdf76f422431a81852468be01b36db325 ("omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space arrays") but was evidently missed.
Signed-off-by: Paul Walmsley <paul@pwsan.com> diff 78183f3fdf76f422431a81852468be01b36db325 Sat Jul 09 20:14:05 CDT 2011 Paul Walmsley <paul@pwsan.com> omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space arrays
Previously, struct omap_hwmod_addr_space arrays were unterminated; and users of these arrays used the ARRAY_SIZE() macro to determine the length of the array. However, ARRAY_SIZE() only works when the array is in the same scope as the macro user.
So far this hasn't been a problem. However, to reduce duplicated data, a subsequent patch will move common data to a separate, shared file. When this is done, ARRAY_SIZE() will no longer be usable.
This patch removes ARRAY_SIZE() usage for struct omap_hwmod_addr_space arrays and uses a null structure member as the array terminator instead.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
|
H A D | omap_hwmod_2420_data.c | diff 78183f3fdf76f422431a81852468be01b36db325 Sat Jul 09 20:14:05 CDT 2011 Paul Walmsley <paul@pwsan.com> omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space arrays
Previously, struct omap_hwmod_addr_space arrays were unterminated; and users of these arrays used the ARRAY_SIZE() macro to determine the length of the array. However, ARRAY_SIZE() only works when the array is in the same scope as the macro user.
So far this hasn't been a problem. However, to reduce duplicated data, a subsequent patch will move common data to a separate, shared file. When this is done, ARRAY_SIZE() will no longer be usable.
This patch removes ARRAY_SIZE() usage for struct omap_hwmod_addr_space arrays and uses a null structure member as the array terminator instead.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
|
H A D | omap_hwmod_3xxx_data.c | diff 78183f3fdf76f422431a81852468be01b36db325 Sat Jul 09 20:14:05 CDT 2011 Paul Walmsley <paul@pwsan.com> omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space arrays
Previously, struct omap_hwmod_addr_space arrays were unterminated; and users of these arrays used the ARRAY_SIZE() macro to determine the length of the array. However, ARRAY_SIZE() only works when the array is in the same scope as the macro user.
So far this hasn't been a problem. However, to reduce duplicated data, a subsequent patch will move common data to a separate, shared file. When this is done, ARRAY_SIZE() will no longer be usable.
This patch removes ARRAY_SIZE() usage for struct omap_hwmod_addr_space arrays and uses a null structure member as the array terminator instead.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
|
H A D | omap_hwmod.c | diff 78183f3fdf76f422431a81852468be01b36db325 Sat Jul 09 20:14:05 CDT 2011 Paul Walmsley <paul@pwsan.com> omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space arrays
Previously, struct omap_hwmod_addr_space arrays were unterminated; and users of these arrays used the ARRAY_SIZE() macro to determine the length of the array. However, ARRAY_SIZE() only works when the array is in the same scope as the macro user.
So far this hasn't been a problem. However, to reduce duplicated data, a subsequent patch will move common data to a separate, shared file. When this is done, ARRAY_SIZE() will no longer be usable.
This patch removes ARRAY_SIZE() usage for struct omap_hwmod_addr_space arrays and uses a null structure member as the array terminator instead.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
|