aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/putest.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 12:07:25 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 12:07:25 -0700
commit95e326c28aa66d6ff5821f3c1d22b46a8d335939 (patch)
tree0a147b3613d9586c2301b79013da15dc48177a0c /drivers/staging/csr/putest.c
parentstaging: csr: remove CsrUint32 typedef (diff)
downloadlinux-dev-95e326c28aa66d6ff5821f3c1d22b46a8d335939.tar.xz
linux-dev-95e326c28aa66d6ff5821f3c1d22b46a8d335939.zip
staging: csr: remove CsrInt32 typedef
Use the in-kernel s32 type instead. Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com> Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com> Cc: Riku Mettälä <riku.mettala@bluegiga.com> Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/putest.c')
-rw-r--r--drivers/staging/csr/putest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/csr/putest.c b/drivers/staging/csr/putest.c
index 9c9dc60c9002..96597ac5330d 100644
--- a/drivers/staging/csr/putest.c
+++ b/drivers/staging/csr/putest.c
@@ -546,7 +546,7 @@ free_fw:
int unifi_putest_coredump_prepare(unifi_priv_t *priv, unsigned char *arg)
{
u16 data_u16;
- CsrInt32 i;
+ s32 i;
CsrResult r;
unifi_info(priv, "Preparing for SDIO coredump\n");