Skip to content

Commit

Permalink
spd_decode: minor fix
Browse files Browse the repository at this point in the history
(#298)
E: hardinfo no-return-in-nonvoid-function /home/abuild/rpmbuild/BUILD/hardinfo-20181022T194523/modules/devices/spd-decode.c:982

Signed-off-by: Burt P <pburt0@gmail.com>
  • Loading branch information
bp0 authored and lpereira committed Dec 2, 2018
1 parent 35481e5 commit 23f2528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/devices/spd-decode.c
Expand Up @@ -947,7 +947,7 @@ static void decode_ddr_module_size(unsigned char *bytes, int *size)
}
}

static void *decode_ddr_module_timings(unsigned char *bytes, float *tcl, float *trcd, float *trp, float *tras)
static void decode_ddr_module_timings(unsigned char *bytes, float *tcl, float *trcd, float *trp, float *tras)
{
float ctime;
float highest_cas = 0;
Expand Down

0 comments on commit 23f2528

Please sign in to comment.