linux/drivers/staging/tidspbridge/core
Omar Ramirez Luna e8cfe4116d staging: tidspbridge: split bridge_io_on_loaded
Due to its size, this function declares too many variables,
to split it a new structure has been declared to hold values
as they are read from the baseimage.

While at it, indentation was reduced by renaming variables
and reducing blocks of code with the following structure:

if (success) {
    ...
    if (success)
        ...
}

This fixes the following warning:
drivers/staging/tidspbridge/core/io_sm.c:
	In function 'bridge_io_on_loaded':
drivers/staging/tidspbridge/core/io_sm.c:777:
	warning: the frame size of 1032 bytes is larger
	than 1024 bytes

Signed-off-by: Omar Ramirez Luna <omar.ramirez@copitl.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-07-06 16:17:01 -07:00
..
_cmm.h
_deh.h
_msg_sm.h
_tiomap.h
_tiomap_pwr.h
chnl_sm.c
dsp-clock.c
io_sm.c
msg_sm.c
sync.c
tiomap3430.c
tiomap3430_pwr.c
tiomap_io.c
tiomap_io.h
ue_deh.c
wdt.c