Projects
home:manfred-h
broadcom-wl
broadcom-wl.linux-6.10_fix_empty_body_in_if_war...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File broadcom-wl.linux-6.10_fix_empty_body_in_if_warning.patch of Package broadcom-wl
diff -rup a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c --- a/src/wl/sys/wl_linux.c 2024-10-03 11:48:54.680119933 +0200 +++ b/src/wl/sys/wl_linux.c 2024-10-03 11:50:05.466867937 +0200 @@ -1090,8 +1090,9 @@ wl_open(struct net_device *dev) } WL_UNLOCK(wl); - if (!error) + if (!error) { OLD_MOD_INC_USE_COUNT; + } #if defined(USE_CFG80211) if (wl_cfg80211_up(dev)) { @@ -2241,9 +2242,10 @@ wl_start(struct sk_buff *skb, struct net if (!err) { atomic_inc(&wl->callbacks); wl->txq_dispatched = TRUE; - } else + } else { WL_ERROR(("wl%d: wl_start/schedule_work failed\n", wl->pub->unit)); + } } TXQ_UNLOCK(wl); Only in b/src/wl/sys: wl_linux.c.orig Only in b/src/wl/sys: wl_linux.c.rej
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.