Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
Pull HSI changes from Sebastian Reichel: "Misc fixes in SSI related drivers" * tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi: HSI: omap_ssi: Fix return value check in ssi_debug_add_ctrl() HSI: omap_ssi_port: Fix return value check in ssi_debug_add_port() HSI: ssi_protocol: Fix sparse non static symbol warning drivers/hsi/controllers/omap_ssi{,_port}.c: fix failure checks
This commit is contained in:
@@ -901,7 +901,7 @@ out:
|
||||
ssip_free_data(msg);
|
||||
}
|
||||
|
||||
void ssip_port_event(struct hsi_client *cl, unsigned long event)
|
||||
static void ssip_port_event(struct hsi_client *cl, unsigned long event)
|
||||
{
|
||||
switch (event) {
|
||||
case HSI_EVENT_START_RX:
|
||||
|
Reference in New Issue
Block a user