My Dear Friend.
My beloved, I want you to know that I have succeeded in completing the transfer
with the help of my new partner but I did not forget you due to your effort,
sincerity, courage and trustworthiness you showed at the course of transferring
my funds to your account even though we di
My Dear Friend.
My beloved, I want you to know that I have succeeded in completing the transfer
with the help of my new partner but I did not forget you due to your effort,
sincerity, courage and trustworthiness you showed at the course of transferring
my funds to your account even though we di
random_ether_addr is a #define for eth_random_addr which is
generally preferred in kernel code by ~3:1
Convert the uses of random_ether_addr to enable removing the #define
Signed-off-by: Joe Perches
---
drivers/staging/mt7621-eth/mtk_eth_soc.c | 2 +-
drivers/staging/rtl8192u/ieee
On Fri, 2018-06-22 at 21:11 +0200, Michael Straube wrote:
> On 06/22/18 19:28, Joe Perches wrote:
> > Although the last memcpy of a fixed mac address could
> > probably use eth_random_addr to reduce the likelihood
> > of mac address collision so maybe
> > eth_random_addr(mac_addr);
> Us
Using is_broadcast_ether_addr() and is_zero_ether_addr() instead of
testing each byte of the mac[] array for 0xff and 0x00 shortens the
code and improves readability.
If np == NULL, of_get_property() returns NULL, hence the "np" check
is not needed.
Instead of a fixed default mac address use a ra
I intend to leave my money to you,am also giving my body to science for
research.
I want this last act of mine to be an offering to GOD and humanity.
I'm diagnosed with laryngeal cancer,respond so i know you got this.
Bless you
___
devel mailing list
de.
On Fri, Jun 22, 2018 at 03:27:46PM +0200, Michael Straube wrote:
> On 06/22/18 12:28, Dan Carpenter wrote:
> > > if (count < 1)
> > > return -EFAULT;
> > > - if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) {
> > > + if (buffer && !copy_from_user(tmp, buffer, siz