aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/base/efx_phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/base/efx_phy.c')
-rw-r--r--drivers/net/sfc/base/efx_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/base/efx_phy.c b/drivers/net/sfc/base/efx_phy.c
index 752cd52e..af1ad981 100644
--- a/drivers/net/sfc/base/efx_phy.c
+++ b/drivers/net/sfc/base/efx_phy.c
@@ -309,7 +309,7 @@ efx_phy_module_get_info(
EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
EFSYS_ASSERT(data != NULL);
- if ((uint32_t)offset + len > 0xff) {
+ if ((uint32_t)offset + len > 0x100) {
rc = EINVAL;
goto fail1;
}