diff options
author | Nicolai Stange | 2016-03-22 13:12:45 +0100 |
---|---|---|
committer | Herbert Xu | 2016-04-05 14:35:51 +0200 |
commit | 60e1b74c224e9eda14e5b479413c5d990373c2cb (patch) | |
tree | 1f788f7b5f598a746856582adabbc697bc5fba87 /lib/mpi/generic_mpih-mul1.c | |
parent | lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes (diff) | |
download | kernel-qcow2-linux-60e1b74c224e9eda14e5b479413c5d990373c2cb.tar.gz kernel-qcow2-linux-60e1b74c224e9eda14e5b479413c5d990373c2cb.tar.xz kernel-qcow2-linux-60e1b74c224e9eda14e5b479413c5d990373c2cb.zip |
lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits
In mpi_read_raw_from_sgl(), unsigned nbits is calculated as follows:
nbits = nbytes * 8;
and redundantly cleared later on if nbytes == 0:
if (nbytes > 0)
...
else
nbits = 0;
Purge this redundant clearing for the sake of clarity.
Signed-off-by: Nicolai Stange <nicstange@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/mpi/generic_mpih-mul1.c')
0 files changed, 0 insertions, 0 deletions